/* Internal pages — service / institutional language */

.wp-site-blocks > main.dw-main,
.wp-site-blocks > .dw-main {
	margin-block-start: 0 !important;
}

.dw-page {
	width: min(calc(100% - 80px), var(--max, 1320px));
	margin-inline: auto;
	padding-block: 24px 64px;
	background: linear-gradient(145deg, rgba(242, 242, 242, 0.26), transparent 42%, rgba(216, 214, 230, 0.07));
	overflow-x: clip;
	max-width: 100%;
}

.dw-page h1,
.dw-page h2,
.dw-page p {
	overflow-wrap: anywhere;
	word-break: break-word;
}

.dw-page > .eyebrow {
	margin: 0 0 8px;
}

.dw-page > h1 {
	margin: 0 0 12px;
}

.dw-page > .hero-lead {
	margin: 0 0 8px;
	max-width: 46rem;
}

.dw-breadcrumb {
	margin: 0 0 16px;
	font-size: 12px;
	font-weight: 400;
	color: #777;
}

.dw-breadcrumb a {
	color: var(--violet, #3d4166);
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

.dw-breadcrumb a:hover,
.dw-breadcrumb a:focus {
	border-bottom-color: var(--orange, #f28c28);
}

.dw-service-hero {
	display: grid;
	grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
	gap: 8.33%;
	align-items: center;
	padding-bottom: 48px;
	border-bottom: 1px solid var(--line, rgba(61, 65, 102, 0.16));
	margin-bottom: 48px;
}

/* Visual marks always fill their hero column — no orphan empty side. */
.dw-service-hero > .dw-service-art,
.dw-service-hero > .dw-service-symbol,
.about-hero-grid > .dw-about-hero-mark,
.seo-hero-grid > .seo-console,
.dw-case-hero__grid--split > .dw-case-hero__frame,
.dw-project-hero__grid--split > .dw-project-hero__frame {
	width: 100%;
	max-width: none;
	justify-self: stretch;
	box-sizing: border-box;
}

.dw-service-hero h1 {
	margin: 0;
	color: var(--violet, #3d4166);
	font-size: clamp(32px, 7.2vw, 62px);
	font-weight: 300;
	line-height: 1.08;
	letter-spacing: -0.045em;
	overflow-wrap: anywhere;
	word-break: break-word;
	max-width: 100%;
}

.dw-service-hero .hero-lead {
	max-width: 620px;
	margin: 24px 0 0;
	font-size: 17px;
	line-height: 1.75;
}

.dw-service-hero .hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 32px;
}

.dw-service-symbol {
	min-height: 280px;
	display: grid;
	place-items: center;
	border: 1px solid var(--line, rgba(61, 65, 102, 0.16));
	background: #fff;
	color: var(--violet, #3d4166);
}

.dw-service-symbol svg {
	width: 88px;
	height: 88px;
	stroke: currentColor;
	fill: none;
	stroke-width: 1.2;
}

/* Creative iconographic hero art (all service pages) */
.dw-service-art {
	display: grid;
	gap: 18px;
	min-height: 320px;
	padding: 22px 20px 20px;
	border: 1px solid var(--line, rgba(61, 65, 102, 0.16));
	background:
		linear-gradient(160deg, rgba(242, 140, 40, 0.06), transparent 42%),
		linear-gradient(145deg, #fafafc 0%, #fff 58%);
	color: var(--violet, #3d4166);
	overflow: hidden;
}

.dw-service-art__stage {
	position: relative;
	min-height: 210px;
	display: grid;
	place-items: center;
}

.dw-service-art__ring {
	position: absolute;
	inset: 12% 16%;
	border: 1px solid rgba(61, 65, 102, 0.14);
	border-radius: 50%;
	pointer-events: none;
}

.dw-service-art__ring--inner {
	inset: 28% 30%;
	border-style: dashed;
	border-color: rgba(242, 140, 40, 0.35);
}

.dw-service-art__core {
	position: relative;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 108px;
	height: 108px;
	border: 1px solid rgba(61, 65, 102, 0.18);
	background: #fff;
	box-shadow: 0 18px 40px rgba(61, 65, 102, 0.08);
	color: #f28c28;
}

.dw-service-art__core svg {
	display: block;
	width: 56px;
	height: 56px;
	stroke: currentColor;
	fill: none;
	stroke-width: 1.25;
}

.dw-service-art__sat {
	position: absolute;
	z-index: 3;
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(61, 65, 102, 0.14);
	background: #fff;
	color: var(--violet, #3d4166);
}

.dw-service-art__sat svg {
	display: block;
	width: 18px;
	height: 18px;
}

.dw-service-art__sat--1 { top: 8%; left: 18%; }
.dw-service-art__sat--2 { top: 12%; right: 14%; }
.dw-service-art__sat--3 { bottom: 18%; left: 10%; }
.dw-service-art__sat--4 { bottom: 10%; right: 18%; }
.dw-service-art__sat--5 { top: 42%; right: 4%; }

.dw-service-art__meta {
	display: grid;
	gap: 12px;
}

.dw-service-art__kicker {
	margin: 0;
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #888;
}

.dw-service-art__chips {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
}

.dw-service-art__chips li {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	gap: 8px;
	align-items: center;
	min-height: 40px;
	padding: 8px 10px;
	border: 1px solid rgba(61, 65, 102, 0.12);
	background: rgba(255, 255, 255, 0.88);
	font-size: 12px;
	line-height: 1.25;
	color: var(--violet, #3d4166);
}

.dw-service-art__chips li > span:first-child {
	display: grid;
	place-items: center;
	color: #f28c28;
}

/* Symbol variants */
.dw-service-art--grid-mark {
	background:
		linear-gradient(rgba(61, 65, 102, 0.07) 1px, transparent 1px) 0 0 / 26px 26px,
		linear-gradient(90deg, rgba(61, 65, 102, 0.07) 1px, transparent 1px) 0 0 / 26px 26px,
		linear-gradient(160deg, rgba(168, 166, 201, 0.18), transparent 46%),
		#fff;
}

.dw-service-art--orbit .dw-service-art__stage {
	aspect-ratio: 1;
	width: 100%;
	max-width: min(100%, 360px);
	margin-inline: auto;
}

.dw-service-art--orbit {
	background:
		radial-gradient(circle at 50% 42%, rgba(242, 140, 40, 0.14), transparent 52%),
		#fff;
}

.dw-service-art--code-panel {
	background:
		repeating-linear-gradient(
			0deg,
			transparent,
			transparent 22px,
			rgba(61, 65, 102, 0.05) 22px,
			rgba(61, 65, 102, 0.05) 23px
		),
		linear-gradient(135deg, rgba(216, 214, 230, 0.35), transparent 55%),
		#fff;
}

.dw-service-art--studio {
	background: linear-gradient(160deg, #fff 0%, #f2f2f2 48%, rgba(168, 166, 201, 0.28) 100%);
	border-color: rgba(242, 140, 40, 0.35);
}

.dw-service-art--lens {
	background: radial-gradient(circle at 42% 36%, #fff, #d8d6e6 72%);
}

.dw-service-art--lens .dw-service-art__core {
	border-radius: 50%;
}

.dw-service-art--framed .dw-service-art__core {
	width: 120px;
	height: 120px;
}

.dw-service-accent--orange .dw-service-art__core,
.dw-service-accent--orange .dw-service-art__chips li > span:first-child {
	color: #f28c28;
}

.dw-service-hero--stacked .dw-service-art,
.dw-service-hero--stacked-symbol .dw-service-art {
	max-width: none;
	width: 100%;
	min-height: 280px;
	grid-template-columns: minmax(0, 1.15fr) minmax(240px, 0.85fr);
	align-items: stretch;
	gap: 28px 32px;
	padding: 24px 26px;
}

.dw-service-hero--stacked .dw-service-art__stage,
.dw-service-hero--stacked-symbol .dw-service-art__stage {
	min-height: 260px;
}

.dw-service-hero--stacked .dw-service-art__meta,
.dw-service-hero--stacked-symbol .dw-service-art__meta {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 14px;
	min-width: 0;
}

.dw-service-hero--stacked .dw-service-art__chips,
.dw-service-hero--stacked-symbol .dw-service-art__chips {
	grid-template-columns: 1fr 1fr;
}

.dw-service-hero--stacked-symbol .dw-service-art {
	order: -1;
}

@media (max-width: 820px) {
	.dw-service-art {
		min-height: 0;
	}

	.dw-service-art__stage {
		min-height: 190px;
	}

	.dw-service-hero--stacked .dw-service-art,
	.dw-service-hero--stacked-symbol .dw-service-art {
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 20px 18px;
	}

	.dw-service-hero--stacked .dw-service-art__stage,
	.dw-service-hero--stacked-symbol .dw-service-art__stage {
		min-height: 200px;
	}
}

/* Service page differentiation */
.dw-service--panel {
	margin: 0;
}

.dw-service__crumb {
	padding-top: 16px;
}

.dw-service__body {
	padding-block: 28px 56px;
}

.entry-content:has(> .dw-service--panel),
.wp-block-post-content:has(> .dw-service--panel) {
	max-width: none;
	padding: 0;
	margin: 0;
}

.dw-service-hero--panel {
	display: block;
	grid-template-columns: none;
	padding: 0;
	margin: 0 0 28px;
	border: 0;
	color: #fff;
	background:
		radial-gradient(ellipse 55% 70% at 92% 0%, rgba(242, 140, 40, 0.2), transparent 50%),
		linear-gradient(145deg, #2f3354 0%, #3d4166 48%, #2a2e4a 100%);
	overflow: hidden;
}

.dw-service-hero--panel .dw-service-hero__panel {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.75fr);
	gap: 28px 40px;
	align-items: end;
	padding: 36px 0 44px;
	width: min(calc(100% - 80px), var(--max, 1320px));
	margin-inline: auto;
}

.dw-service-hero--panel .dw-service-hero__copy {
	min-width: 0;
}

.dw-service-hero--panel .eyebrow,
.dw-service-hero--panel .eyebrow-light {
	color: rgba(255, 255, 255, 0.72);
}

.dw-service-hero--panel h1 {
	color: #fff;
	max-width: 16ch;
}

.dw-service-hero--panel .hero-lead {
	color: rgba(255, 255, 255, 0.82);
	max-width: 38rem;
}

.dw-service-hero--panel .button-secondary {
	border-color: rgba(255, 255, 255, 0.4);
	color: #fff;
	background: transparent;
}

.dw-service-hero--panel .button-secondary:hover,
.dw-service-hero--panel .button-secondary:focus-visible {
	border-color: #fff;
	background: rgba(255, 255, 255, 0.08);
}

.dw-service-hero__stack {
	padding: 22px 20px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(6px);
}

.dw-service-hero__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 12px 0 18px;
}

.dw-service-hero__chips span {
	display: inline-flex;
	padding: 6px 10px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	font-size: 11px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #fff;
}

.dw-service-hero__points {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 10px;
}

.dw-service-hero__points li {
	position: relative;
	padding-left: 16px;
	font-size: 13px;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.84);
	font-weight: 300;
}

.dw-service-hero__points li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 6px;
	height: 6px;
	background: #f28c28;
}

.dw-service--desarrollo-web > .dw-breadcrumb {
	margin-bottom: 18px;
}

.dw-service--desarrollo-web .dw-cap-band--pills {
	margin-bottom: 48px;
}

.dw-showcase--compact .dw-mosaic {
	margin-top: 8px;
}

@media (max-width: 900px) {
	.dw-service-hero--panel .dw-service-hero__panel {
		grid-template-columns: 1fr;
		width: min(calc(100% - 40px), var(--max, 1320px));
		padding: 28px 0 32px;
	}

	.dw-service-hero--panel h1 {
		max-width: none;
	}
}

.dw-service-hero--reversed {
	grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
}

.dw-service-hero--stacked,
.dw-service-hero--stacked-symbol {
	grid-template-columns: 1fr;
	gap: 36px;
}

.dw-service-hero--stacked .dw-service-symbol,
.dw-service-hero--stacked-symbol .dw-service-symbol,
.dw-service-hero--stacked .dw-service-art,
.dw-service-hero--stacked-symbol .dw-service-art {
	min-height: 200px;
	max-width: none;
	width: 100%;
}

.dw-service-hero--stacked-symbol .dw-service-symbol,
.dw-service-hero--stacked-symbol .dw-service-art {
	order: -1;
}

.dw-service-symbol--code-panel {
	background:
		linear-gradient(135deg, rgba(216, 214, 230, 0.45), transparent 55%),
		repeating-linear-gradient(
			0deg,
			transparent,
			transparent 23px,
			rgba(61, 65, 102, 0.06) 23px,
			rgba(61, 65, 102, 0.06) 24px
		);
}

.dw-service-symbol--orbit {
	border-radius: 50%;
	aspect-ratio: 1;
	min-height: 260px;
	background:
		radial-gradient(circle at 50% 50%, rgba(242, 140, 40, 0.12), transparent 55%),
		#fff;
}

.dw-service-symbol--grid-mark {
	background:
		linear-gradient(rgba(61, 65, 102, 0.08) 1px, transparent 1px) 0 0 / 28px 28px,
		linear-gradient(90deg, rgba(61, 65, 102, 0.08) 1px, transparent 1px) 0 0 / 28px 28px,
		#fff;
}

.dw-service-symbol--studio {
	background: linear-gradient(160deg, #fff 0%, #f2f2f2 48%, rgba(168, 166, 201, 0.35) 100%);
	border-color: rgba(242, 140, 40, 0.35);
}

.dw-service-symbol--lens {
	border-radius: 40% 60% 55% 45%;
	background: radial-gradient(circle at 40% 35%, #fff, #d8d6e6 70%);
}

.dw-cap-band--strip {
	border: none;
	background: var(--violet, #3d4166);
	color: #fff;
}

.dw-cap-band--strip article {
	border-right-color: rgba(255, 255, 255, 0.16);
}

.dw-cap-band--strip h3,
.dw-cap-band--strip p {
	color: #fff;
}

.dw-cap-band--strip svg {
	color: #f28c28;
}

.dw-cap-band--pills {
	border: none;
	gap: 10px;
	background: transparent;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.dw-cap-band--pills[data-items="6"] {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.dw-cap-band--pills article {
	border: 1px solid var(--line, rgba(61, 65, 102, 0.16));
	background: #fff;
	border-right: 1px solid var(--line, rgba(61, 65, 102, 0.16));
	padding: 14px 12px !important;
	min-height: 0 !important;
	height: auto;
	display: grid;
	gap: 4px;
	align-content: start;
	align-self: start;
}

.dw-cap-band--pills article > p:empty {
	display: none;
}

.dw-cap-band--pills h3 {
	margin: 2px 0 0 !important;
	font-size: 14px;
	line-height: 1.25;
}

.dw-cap-band--pills p {
	margin: 0 !important;
	font-size: 12px;
	line-height: 1.4;
	color: #666;
}

.dw-cap-band--pills svg {
	color: var(--violet, #3d4166);
	opacity: 0.72;
}

.dw-service--desarrollo-web .dw-cap-band--pills {
	margin-bottom: 48px;
}

@media (max-width: 1100px) {
	.dw-cap-band--pills {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.dw-cap-band--pills {
		grid-template-columns: 1fr 1fr;
	}
}

.dw-process-list--rail {
	position: relative;
	gap: 0;
}

.dw-process-list--rail::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 12px;
	bottom: 12px;
	width: 2px;
	background: linear-gradient(#d8d6e6, #f28c28);
}

.dw-process-list--rail article {
	padding-left: 56px;
	border: none;
	border-bottom: 1px solid var(--line, rgba(61, 65, 102, 0.12));
}

.dw-process-list--cards {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.dw-process-list--cards article {
	border: 1px solid var(--line, rgba(61, 65, 102, 0.16));
	padding: 24px;
	background: #fff;
}

.dw-service-accent--orange .dw-service-symbol {
	border-color: rgba(242, 140, 40, 0.4);
	color: #f28c28;
}

.dw-service-accent--lavender .dw-cap-band:not(.dw-cap-band--strip) {
	background: rgba(216, 214, 230, 0.28);
}

.dw-service-accent--mist .dw-service-problem {
	padding: 28px;
	border-left: 3px solid #a8a6c9;
	background: #fafafa;
}

.dw-service--diseno-web-corporativa .dw-service-symbol {
	box-shadow: inset 0 0 0 12px rgba(242, 242, 242, 0.9);
}

.dw-service--desarrollo-web .dw-service-process {
	background: linear-gradient(90deg, rgba(216, 214, 230, 0.25), transparent);
	padding: 28px 0 8px;
}

.dw-service--tiendas-online-woocommerce .dw-page-cta {
	background: linear-gradient(120deg, #3d4166, #2f3250);
}

.dw-service--fotografia-video-drone .related-work {
	padding-top: 12px;
	border-top: 1px dashed #a8a6c9;
}

.dw-service--inteligencia-artificial .dw-benefit-grid article {
	background: #fff;
	border: 1px solid var(--line, rgba(61, 65, 102, 0.16));
	padding: 22px;
}

.dw-service--posicionamiento-web.dw-seo-landing .seo-console {
	border-color: rgba(61, 65, 102, 0.22);
}

.dw-cap-band {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	margin: 0 0 48px;
	border: 1px solid var(--line, rgba(61, 65, 102, 0.16));
}

.dw-cap-band article {
	padding: 28px 22px;
	border-right: 1px solid var(--line, rgba(61, 65, 102, 0.16));
}

.dw-cap-band article:last-child {
	border-right: 0;
}

.dw-cap-band h3 {
	margin: 14px 0 8px;
	color: var(--violet, #3d4166);
	font-size: 15px;
	font-weight: 400;
}

.dw-cap-band p {
	margin: 0;
	font-size: 13px;
	line-height: 1.65;
}

.dw-section {
	margin-bottom: 56px;
}

.dw-section:nth-of-type(even) {
	background: linear-gradient(135deg, rgba(242, 242, 242, 0.32), rgba(216, 214, 230, 0.06));
}

.dw-section h2 {
	margin: 0 0 22px;
	color: var(--violet, #3d4166);
	font-size: clamp(30px, 3.2vw, 48px);
	font-weight: 300;
	letter-spacing: -0.04em;
	line-height: 1.12;
}

/* Lone paragraphs only — split/story layouts fill the row */
.dw-section > p {
	max-width: min(720px, 100%);
	font-size: 16px;
	line-height: 1.8;
}

/*
 * Split story — never leave a half-empty prose band.
 * Text + panel/media share the full content width.
 */
.dw-split-story,
.internal-two {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 36px 56px;
	align-items: stretch;
}

.dw-split-story__copy .eyebrow,
.dw-split-story .eyebrow {
	margin: 0 0 12px;
}

.dw-split-story__copy > p,
.internal-two p,
.dw-split-story__copy--body p {
	max-width: none;
	margin: 0 0 18px;
	font-size: 16px;
	line-height: 1.8;
	color: #333;
}

.dw-split-story__copy > p:last-child,
.dw-split-story__copy--body p:last-child {
	margin-bottom: 0;
}

.dw-split-story__actions {
	margin-top: 28px;
	flex-wrap: wrap;
	gap: 18px 28px;
}

.dw-split-story__panel {
	display: flex;
	flex-direction: column;
	gap: 0;
	border: 1px solid var(--line, rgba(61, 65, 102, 0.16));
	background:
		linear-gradient(160deg, rgba(242, 242, 242, 0.9), rgba(216, 214, 230, 0.22)),
		#fff;
}

.dw-split-story__panel article {
	display: grid;
	grid-template-columns: 36px 1fr;
	gap: 14px 16px;
	align-items: start;
	padding: 22px 24px;
	border-bottom: 1px solid var(--line, rgba(61, 65, 102, 0.14));
}

.dw-split-story__panel article:last-child {
	border-bottom: 0;
}

.dw-split-story__panel h3 {
	margin: 0 0 6px;
	color: var(--violet, #3d4166);
	font-size: 16px;
	font-weight: 400;
}

.dw-split-story__panel p {
	margin: 0;
	font-size: 13px;
	line-height: 1.65;
	color: #555;
}

.dw-split-story__panel svg {
	color: var(--violet, #3d4166);
	margin-top: 2px;
}

.dw-split-story__panel--signal {
	justify-content: center;
	min-height: 100%;
	background:
		radial-gradient(circle at 12% 18%, rgba(242, 140, 40, 0.12), transparent 42%),
		linear-gradient(155deg, #3d4166 0%, #2a2e4a 100%);
	border-color: transparent;
	color: #fff;
}

.dw-split-story__panel--signal article {
	grid-template-columns: 1fr;
	border: 0;
	padding: 36px 32px;
}

.dw-split-story__panel--signal h3,
.dw-split-story__panel--signal p,
.dw-split-story__panel--signal svg {
	color: #fff;
}

.dw-split-story__panel--signal p {
	opacity: 0.88;
	font-size: 14px;
	line-height: 1.75;
	max-width: 34ch;
}

.dw-split-story--media {
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	align-items: center;
}

.dw-split-story__media {
	position: relative;
	overflow: hidden;
	background: #f2f2f2;
	min-height: 320px;
}

.dw-split-story__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 360px;
	object-fit: contain;
	object-position: center top;
	filter: grayscale(1);
}

.dw-split-story__caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 14px 18px;
	background: linear-gradient(transparent, rgba(41, 45, 73, 0.88));
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.04em;
}

@media (max-width: 1024px) {
	.dw-split-story,
	.dw-split-story--media,
	.internal-two {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.dw-split-story__media img {
		min-height: 280px;
	}
}

.dw-benefit-grid,
.dw-scope-grid,
.dw-process-list {
	display: grid;
	gap: 0;
	margin-top: 40px;
	border-top: 1px solid var(--line, rgba(61, 65, 102, 0.16));
	border-left: 1px solid var(--line, rgba(61, 65, 102, 0.16));
}

/*
 * Fit grids — never leave a blank trailing cell.
 * Prefer one full row (≤5). If wrapping: balanced rows (3+2, 2+2), not 3+1.
 */
.dw-benefit-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dw-benefit-grid:has(> :only-child),
.dw-fit-grid[data-items="1"] {
	grid-template-columns: minmax(0, 1fr);
}

.dw-benefit-grid:has(> :nth-child(2):last-child),
.dw-fit-grid[data-items="2"] {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dw-benefit-grid:has(> :nth-child(3):last-child),
.dw-fit-grid[data-items="3"] {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dw-benefit-grid:has(> :nth-child(4):last-child),
.dw-fit-grid[data-items="4"]:not(.dw-process-list--rail):not(.dw-process-list--cards) {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dw-benefit-grid:has(> :nth-child(5):last-child),
.dw-fit-grid[data-items="5"]:not(.dw-process-list--rail):not(.dw-process-list--cards),
.dw-benefit-grid[data-items="5"] {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.dw-benefit-grid:has(> :nth-child(5):last-child) article,
.dw-benefit-grid[data-items="5"] article {
	padding: 24px 16px;
}

.dw-benefit-grid:has(> :nth-child(5):last-child) h3,
.dw-benefit-grid[data-items="5"] h3 {
	font-size: 15px;
}

.dw-benefit-grid:has(> :nth-child(6):last-child),
.dw-fit-grid[data-items="6"] {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dw-scope-grid {
	grid-template-columns: repeat(4, 1fr);
}

.dw-scope-grid:has(> :nth-child(3):last-child) {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dw-scope-grid:has(> :nth-child(5):last-child) {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.dw-process-list {
	grid-template-columns: repeat(3, 1fr);
}

/* Fit-count rules only for default steps layout — never override --rail / --cards */
.dw-process-list:not(.dw-process-list--rail):not(.dw-process-list--cards):has(> :nth-child(4):last-child),
.dw-process-list.dw-fit-grid:not(.dw-process-list--rail):not(.dw-process-list--cards)[data-items="4"] {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dw-process-list:not(.dw-process-list--rail):not(.dw-process-list--cards):has(> :nth-child(5):last-child),
.dw-process-list.dw-fit-grid:not(.dw-process-list--rail):not(.dw-process-list--cards)[data-items="5"] {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.dw-process-list:not(.dw-process-list--rail):not(.dw-process-list--cards):has(> :nth-child(6):last-child),
.dw-process-list.dw-fit-grid:not(.dw-process-list--rail):not(.dw-process-list--cards)[data-items="6"] {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* Cap bands already prefer 5-across; balance other counts too */
.dw-cap-band:has(> :nth-child(3):last-child) {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dw-cap-band:has(> :nth-child(4):last-child) {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dw-cap-band:has(> :nth-child(6):last-child) {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dw-benefit-grid article,
.dw-scope-grid article,
.dw-process-list article {
	padding: 28px;
	border-right: 1px solid var(--line, rgba(61, 65, 102, 0.16));
	border-bottom: 1px solid var(--line, rgba(61, 65, 102, 0.16));
	background: rgba(255, 255, 255, 0.55);
}

.dw-benefit-grid h3,
.dw-scope-grid h3,
.dw-process-list h3 {
	margin: 16px 0 10px;
	color: var(--violet, #3d4166);
	font-size: 16px;
	font-weight: 400;
}

.dw-benefit-grid p,
.dw-scope-grid p,
.dw-process-list p {
	margin: 0;
	font-size: 13px;
	line-height: 1.7;
}

.dw-process-list span {
	color: var(--orange, #f28c28);
	font-size: 11px;
	font-weight: 400;
}

.dw-process-list.dw-process-list--rail,
.dw-process-list.dw-process-list--rail.dw-fit-grid,
.dw-process-list.dw-process-list--rail[data-items],
.dw-process-list.dw-process-list--rail:has(> :nth-child(n)) {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	border: none;
	gap: 0;
}

.dw-process-list.dw-process-list--rail article {
	border-right: none;
	border-left: none;
	background: transparent;
	padding-left: 56px;
}

.dw-process-list.dw-process-list--rail::before {
	left: 10px;
}

.dw-process-list.dw-process-list--cards,
.dw-process-list.dw-process-list--cards.dw-fit-grid,
.dw-process-list.dw-process-list--cards[data-items],
.dw-process-list.dw-process-list--cards:has(> :nth-child(n)) {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border: none;
	gap: 18px;
}

.dw-process-list.dw-process-list--cards article {
	border: 1px solid var(--line, rgba(61, 65, 102, 0.16));
	background: #fff;
}

.dw-related-services {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.dw-related-services a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 0 16px;
	border: 1px solid var(--line, rgba(61, 65, 102, 0.16));
	color: var(--violet, #3d4166);
	font-size: 12px;
	font-weight: 400;
	text-decoration: none;
}

.dw-related-services a:hover,
.dw-related-services a:focus {
	border-color: var(--violet, #3d4166);
}

.dw-faq-local details {
	border-bottom: 1px solid var(--line, rgba(61, 65, 102, 0.16));
}

.dw-faq-local summary {
	min-height: 72px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	cursor: pointer;
	list-style: none;
	color: var(--violet, #3d4166);
	font-size: 15px;
	font-weight: 400;
}

.dw-faq-local summary::-webkit-details-marker {
	display: none;
}

.dw-faq-local details p {
	margin: 0 40px 24px 0;
	font-size: 14px;
	line-height: 1.75;
}

.dw-page-cta {
	margin-top: 24px;
	padding: 44px;
	display: grid;
	grid-template-columns: 7fr 4fr;
	gap: 8.33%;
	background: var(--violet, #3d4166);
	color: #fff;
}

.dw-page-cta h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 300;
}

.dw-page-cta p {
	margin: 0 0 22px;
	font-size: 14px;
	line-height: 1.75;
}

.dw-pending {
	margin: 12px 0;
	padding: 10px 14px;
	border: 1px dashed var(--lavender, #a8a6c9);
	color: var(--violet, #3d4166);
	font-size: 12px;
	font-weight: 400;
	background: #fff;
}

/* Proposal form */
.dw-form--propuesta {
	margin-top: 8px;
}

.dw-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px 16px;
}

.dw-field {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.dw-field--full {
	grid-column: 1 / -1;
}

.dw-field__label {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.04em;
	color: var(--violet, #3d4166);
}

.dw-field__control {
	min-height: 44px;
	padding: 10px 14px;
	border: 1px solid var(--line, rgba(61, 65, 102, 0.16));
	background: #fff;
	font: inherit;
	font-weight: 300;
	color: #333;
	border-radius: 0;
}

.dw-field__control:focus,
.dw-field__control:focus-visible {
	outline: 2px solid #f28c28;
	outline-offset: 2px;
	border-color: var(--violet, #3d4166);
}

textarea.dw-field__control {
	min-height: 132px;
	resize: vertical;
}

.dw-field__checkbox {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 12px;
	align-items: start;
	cursor: pointer;
}

.dw-field__checkbox input {
	width: 20px;
	height: 20px;
	margin-top: 2px;
	accent-color: var(--violet, #3d4166);
}

.dw-field__error {
	margin: 0;
	font-size: 12px;
	color: #b42318;
}

.dw-field--error .dw-field__control {
	border-color: #b42318;
}

.dw-form__success,
.dw-form__error {
	margin: 0 0 20px;
	padding: 14px 16px;
	font-size: 14px;
	line-height: 1.6;
}

.dw-form__success {
	border: 1px solid rgba(61, 65, 102, 0.2);
	background: #f7f7fb;
	color: var(--violet, #3d4166);
}

.dw-form__error {
	border: 1px solid #f2b8b5;
	background: #fff5f5;
	color: #7a271a;
}

.dw-form__hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.dw-form__actions .button {
	min-height: 44px;
	padding: 0 22px;
}

/* Multi-step proposal form */
.dw-form--propuesta.dw-form--steps {
	--dw-form-violet: #3d4166;
	--dw-form-lavender: #a8a6c9;
	--dw-form-mist: #d8d6e6;
	--dw-form-orange: #f28c28;
	--dw-form-gray: #333;
	--dw-form-light: #f2f2f2;
	font-family: Montserrat, system-ui, sans-serif;
}

.dw-visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.dw-form__progress {
	margin-bottom: 28px;
}

.dw-form__progress-track {
	height: 4px;
	background: var(--dw-form-mist);
	border-radius: 2px;
	overflow: hidden;
	margin-bottom: 16px;
}

.dw-form__progress-fill {
	height: 100%;
	background: linear-gradient(90deg, var(--dw-form-violet), var(--dw-form-orange));
	width: 33.33%;
}

@media (prefers-reduced-motion: reduce) {
	.dw-form__progress-fill {
		transition: none !important;
	}
}

.dw-form__progress-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.dw-form__progress-step {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	text-align: center;
	color: var(--dw-form-lavender);
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.03em;
}

.dw-form__progress-step.is-active {
	color: var(--dw-form-violet);
}

.dw-form__progress-step.is-current .dw-form__progress-num {
	background: var(--dw-form-orange);
	border-color: var(--dw-form-orange);
	color: #fff;
	transform: none;
}

.dw-form__progress-num {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	border: 2px solid var(--dw-form-mist);
	border-radius: 50%;
	font-size: 13px;
	font-weight: 400;
	background: #fff;
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
	.dw-form__progress-num {
		transition: none;
	}
}

.dw-form__step[hidden] {
	display: none !important;
}

.dw-form__step {
	min-width: 0;
}

.dw-form__step fieldset.dw-field {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.dw-form__step fieldset.dw-field > legend.dw-field__label {
	padding: 0;
	margin: 0 0 10px;
	float: none;
	width: auto;
}

.dw-form__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
	align-items: center;
	margin-top: 8px;
	padding-top: 8px;
}

.dw-form__nav .button {
	min-height: 48px;
	padding: 0 22px;
	font-family: inherit;
	font-weight: 400;
	flex: 0 0 auto;
}

.dw-form__nav .button-secondary {
	background: #fff;
	border: 1px solid var(--dw-form-mist);
	color: var(--dw-form-violet);
}

.dw-form__consent {
	padding-top: 4px;
}

.dw-form__consent .dw-field__checkbox {
	align-items: flex-start;
	font-size: 13px;
	line-height: 1.55;
	font-weight: 300;
	color: var(--dw-form-gray);
}

.dw-form__consent .dw-field__checkbox span {
	margin: 0;
	font-size: 13px;
	line-height: 1.55;
	font-weight: 300;
	color: var(--dw-form-gray);
	text-transform: none;
	letter-spacing: 0;
}

.dw-service-cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
}

.dw-service-card {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	min-height: 64px;
	padding: 14px 16px;
	border: 1px solid var(--dw-form-mist);
	background: #fff;
	cursor: pointer;
	text-align: left;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
	.dw-service-card {
		transition: border-color 0.2s ease;
	}
}

.dw-service-card:hover,
.dw-service-card.is-selected {
	border-color: var(--dw-form-violet);
	box-shadow: 0 4px 16px rgba(61, 65, 102, 0.1);
}

.dw-service-card.is-selected {
	background: var(--dw-form-light);
	border-color: var(--dw-form-orange);
}

.dw-service-card:focus-within {
	outline: 2px solid var(--dw-form-orange);
	outline-offset: 2px;
}

.dw-service-card__icon {
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	color: var(--dw-form-violet);
	line-height: 0;
}

.dw-service-card__label {
	flex: 1 1 auto;
	min-width: 0;
	font-size: 13px;
	font-weight: 400;
	color: var(--dw-form-gray);
	line-height: 1.35;
}

.dw-form__success-panel {
	text-align: center;
	padding: 40px 24px;
	border: 1px solid var(--dw-form-mist);
	background: linear-gradient(180deg, #fff 0%, var(--dw-form-light) 100%);
}

.dw-form__success-icon {
	color: var(--dw-form-orange);
	margin-bottom: 16px;
	animation: dw-form-success-pop 0.5s ease;
}

@media (prefers-reduced-motion: reduce) {
	.dw-form__success-icon {
		animation: none;
	}
}

@keyframes dw-form-success-pop {
	0% { opacity: 0; transform: scale(0.85); }
	100% { opacity: 1; transform: scale(1); }
}

.dw-form__success-title {
	margin: 0 0 12px;
	font-size: 24px;
	font-weight: 400;
	color: var(--dw-form-violet);
}

.dw-form__success-text {
	margin: 0 0 24px;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.7;
	color: var(--dw-form-gray);
	max-width: 520px;
	margin-inline: auto;
}

.dw-form__whatsapp-alt {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 24px;
	background: var(--dw-form-violet);
	color: #fff !important;
	border: none;
	text-decoration: none;
	font-weight: 400;
}

.dw-form__whatsapp-alt:hover,
.dw-form__whatsapp-alt:focus-visible {
	background: var(--dw-form-orange);
	color: #fff !important;
}

@media (max-width: 768px) {
	.dw-service-cards {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 390px) {
	.dw-form__progress-label {
		font-size: 10px;
	}
}

/* Case sheet */
.dw-case-sheet__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px 20px;
	margin-top: 28px;
}

.dw-case-sheet__item header {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.dw-case-sheet__item h3 {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	color: var(--violet, #3d4166);
}

.dw-case-sheet__gallery-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 16px;
}

.dw-case-sheet__gallery-grid figure {
	margin: 0;
	min-height: 180px;
	background: #f2f2f2;
	overflow: hidden;
}

.dw-case-sheet__gallery-grid img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* Single article chrome */
.dw-article-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	align-items: center;
	color: #666;
	margin-bottom: 8px;
}

.dw-reading-time {
	font-size: inherit;
	color: inherit;
}

.dw-article-toc {
	margin: 0 0 28px;
	padding: 18px 20px;
	border: 1px solid var(--line, rgba(61, 65, 102, 0.16));
	background: #fafafa;
}

.dw-article-toc ol {
	margin: 12px 0 0;
	padding-left: 20px;
}

.dw-article-toc a {
	color: var(--violet, #3d4166);
	text-decoration: none;
}

.dw-article-toc a:hover,
.dw-article-toc a:focus-visible {
	color: #f28c28;
	text-decoration: underline;
}

.dw-article-cta {
	margin-top: 40px;
	padding-top: 24px;
	border-top: 1px solid var(--line, rgba(61, 65, 102, 0.16));
}

/* Knowledge Studio article sheet */
.dw-main--article,
.dw-main--article > .wp-block-post-content,
.entry-content:has(> .dw-article) {
	max-width: none;
	padding: 0;
	margin: 0;
}

/* If FSE still serves the old single shell, hide duplicate chrome. */
.dw-main:has(.dw-article) > .section-shell.dw-single-article,
.dw-main:has(.dw-article) .dw-single-article {
	width: 100%;
	max-width: none;
	padding: 0;
	margin: 0;
	background: none;
}

.dw-main:has(.dw-article) .dw-single-article > .dw-breadcrumb,
.dw-main:has(.dw-article) .dw-single-article > .wp-block-post-terms,
.dw-main:has(.dw-article) .dw-single-article > .wp-block-post-title,
.dw-main:has(.dw-article) .dw-single-article > .dw-article-meta,
.dw-main:has(.dw-article) .dw-single-article > .wp-block-post-featured-image,
.dw-main:has(.dw-article) .dw-related-articles {
	display: none !important;
}

.dw-article {
	margin: 0;
}

.dw-article-hero {
	position: relative;
	overflow: hidden;
	color: #fff;
	background:
		radial-gradient(ellipse 55% 70% at 88% 8%, rgba(242, 140, 40, 0.18), transparent 52%),
		linear-gradient(145deg, #2f3354 0%, #3d4166 48%, #2a2e4a 100%);
	padding: 28px 0 44px;
}

.dw-article-hero.has-media {
	min-height: min(48vh, 420px);
	display: flex;
	align-items: flex-end;
}

.dw-article-hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.dw-article .dw-article-hero__media img,
.entry-content .dw-article-hero__media img,
.dw-article-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover !important;
	object-position: center !important;
	filter: saturate(0.92) contrast(1.04);
}

.dw-article-hero__veil {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(24, 27, 48, 0.9) 0%, rgba(24, 27, 48, 0.62) 55%, rgba(24, 27, 48, 0.28) 100%),
		linear-gradient(180deg, rgba(24, 27, 48, 0.2) 0%, rgba(24, 27, 48, 0.72) 100%);
}

.dw-article-hero__inner {
	position: relative;
	z-index: 1;
	width: min(calc(100% - 80px), var(--max, 1320px));
	max-width: none;
	margin-inline: auto;
}

@media (max-width: 1100px) {
	.dw-article-hero__inner {
		width: min(calc(100% - 48px), var(--max, 1320px));
	}
}

@media (max-width: 820px) {
	.dw-article-hero__inner {
		width: min(calc(100% - 40px), var(--max, 1320px));
	}
}

@media (max-width: 540px) {
	.dw-article-hero__inner {
		width: min(calc(100% - 28px), var(--max, 1320px));
	}
}

.dw-article-hero__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 8px 0 16px;
}

.dw-article-chip {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	background: rgba(255, 255, 255, 0.06);
	transition: border-color 0.2s ease, background 0.2s ease;
}

.dw-article-chip:hover,
.dw-article-chip:focus-visible {
	border-color: rgba(242, 140, 40, 0.8);
	background: rgba(242, 140, 40, 0.14);
}

.dw-article-chip--muted {
	opacity: 0.85;
}

.dw-article-hero h1 {
	margin: 0 0 14px;
	color: #fff;
	font-size: clamp(1.7rem, 3.4vw, 2.55rem);
	line-height: 1.15;
	font-weight: 400;
	letter-spacing: -0.02em;
	max-width: 28ch;
}

.dw-article-hero .hero-lead {
	margin: 0 0 18px;
	max-width: 40rem;
	color: rgba(255, 255, 255, 0.82);
	font-size: 15px;
	line-height: 1.55;
	font-weight: 300;
}

.dw-article-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 10px;
	align-items: center;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.72);
}

.dw-article-hero__author {
	color: #fff;
	font-weight: 400;
}

.dw-article__body {
	padding-block: 36px 72px;
	background:
		linear-gradient(180deg, rgba(242, 242, 242, 0.55) 0%, transparent 140px),
		linear-gradient(145deg, rgba(216, 214, 230, 0.12), transparent 50%);
}

.dw-article__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
	gap: 40px 48px;
	align-items: start;
	max-width: none;
	width: 100%;
}

.dw-article__story {
	min-width: 0;
}

.dw-article__content {
	max-width: none;
	font-size: 16.5px;
	line-height: 1.75;
	font-weight: 300;
	color: #333;
}

.dw-article__content > *:first-child {
	margin-top: 0;
}

.dw-article__content p {
	margin: 0 0 1.15em;
}

.dw-article__content h2,
.dw-article__content h3 {
	color: var(--violet, #3d4166);
	font-weight: 400;
	line-height: 1.25;
	margin: 1.6em 0 0.55em;
}

.dw-article__content a {
	color: var(--violet, #3d4166);
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.dw-article__content a:hover {
	color: #f28c28;
}

.dw-article__content img {
	max-width: 100%;
	height: auto;
}

.dw-article__rail {
	position: sticky;
	top: 88px;
}

.dw-article__rail-card {
	padding: 20px 18px;
	border: 1px solid var(--line, rgba(61, 65, 102, 0.16));
	background: #fff;
	display: grid;
	gap: 16px;
}

.dw-article__fact {
	display: grid;
	gap: 4px;
}

.dw-article__fact span {
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #888;
}

.dw-article__fact strong,
.dw-article__fact a {
	color: var(--violet, #3d4166);
	font-weight: 400;
	text-decoration: none;
}

.dw-article__fact a:hover {
	color: #f28c28;
}

.dw-article__rail-actions {
	display: grid;
	gap: 12px;
	padding-top: 4px;
}

.dw-article__rail-actions .button {
	justify-content: center;
	text-align: center;
}

/* ─── Señal: innovative share panel ─── */
.dw-share {
	--dw-share-line: rgba(61, 65, 102, 0.16);
	position: relative;
	margin-top: 40px;
	padding: 28px 24px 24px;
	border: 1px solid var(--dw-share-line);
	background:
		linear-gradient(180deg, rgba(242, 140, 40, 0.05), transparent 48%),
		linear-gradient(135deg, #fafafc 0%, #fff 55%);
	overflow: hidden;
}

.dw-share__signal {
	position: absolute;
	top: 16px;
	right: 18px;
	display: flex;
	align-items: flex-end;
	gap: 4px;
	height: 22px;
	opacity: 0.55;
	pointer-events: none;
}

.dw-share__signal span {
	display: block;
	width: 3px;
	background: var(--violet, #3d4166);
	transform-origin: bottom center;
}

.dw-share__signal span:nth-child(1) { height: 28%; }
.dw-share__signal span:nth-child(2) { height: 48%; }
.dw-share__signal span:nth-child(3) { height: 72%; }
.dw-share__signal span:nth-child(4) { height: 100%; }
.dw-share__signal span:nth-child(5) { height: 58%; }

.dw-share.is-ready .dw-share__signal span {
	animation: dw-share-pulse 1.8s ease-in-out infinite;
}

.dw-share.is-ready .dw-share__signal span:nth-child(2) { animation-delay: 0.12s; }
.dw-share.is-ready .dw-share__signal span:nth-child(3) { animation-delay: 0.24s; }
.dw-share.is-ready .dw-share__signal span:nth-child(4) { animation-delay: 0.36s; }
.dw-share.is-ready .dw-share__signal span:nth-child(5) { animation-delay: 0.2s; }

@keyframes dw-share-pulse {
	0%, 100% { transform: scaleY(0.55); opacity: 0.45; }
	50% { transform: scaleY(1); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
	.dw-share.is-ready .dw-share__signal span {
		animation: none;
		opacity: 0.7;
		transform: none;
	}
}

.dw-share__intro {
	display: grid;
	gap: 8px;
	max-width: 36rem;
	margin-bottom: 22px;
	padding-right: 72px;
}

.dw-share__title {
	margin: 0;
	color: var(--violet, #3d4166);
	font-size: clamp(1.25rem, 2.2vw, 1.55rem);
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.dw-share__lead {
	margin: 0;
	color: #555;
	font-size: 14.5px;
	font-weight: 300;
	line-height: 1.55;
	max-width: 34ch;
}

.dw-share__actions {
	display: grid;
	gap: 16px;
}

.dw-share__native {
	display: grid;
	grid-template-columns: 40px minmax(0, 1fr);
	grid-template-rows: auto auto;
	column-gap: 14px;
	row-gap: 2px;
	align-items: center;
	width: 100%;
	margin: 0;
	padding: 14px 16px;
	border: 1px solid rgba(61, 65, 102, 0.22);
	background: #3d4166;
	color: #fff;
	text-align: left;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.dw-share__native:hover,
.dw-share__native:focus-visible {
	background: #2f3352;
	border-color: #2f3352;
	outline: none;
}

.dw-share__native-icon {
	grid-row: 1 / span 2;
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	color: #f28c28;
}

.dw-share__native-label {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.01em;
}

.dw-share__native-hint {
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	opacity: 0.7;
}

.dw-share__channels {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.dw-share__channels > li {
	min-width: 0;
}

.dw-share__channels-copy {
	grid-column: 1 / -1;
}

.dw-share__channel {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	min-height: 48px;
	padding: 10px 12px;
	border: 1px solid var(--dw-share-line);
	border-radius: 0;
	background: #fff;
	color: var(--violet, #3d4166);
	text-decoration: none;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	cursor: pointer;
	transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

button.dw-share__channel {
	width: 100%;
	margin: 0;
	font: inherit;
	font-family: inherit;
	font-size: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	text-align: left;
	color: inherit;
	appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
}

.dw-share__channel:hover,
.dw-share__channel:focus-visible {
	border-color: rgba(242, 140, 40, 0.55);
	color: #f28c28;
	background: #fffaf4;
	outline: none;
	transform: translateY(-1px);
}

.dw-share__channel-icon {
	display: grid;
	place-items: center;
	color: inherit;
}

.dw-share__channel-icon svg {
	display: block;
}

.dw-share__channel-label {
	line-height: 1.2;
	overflow-wrap: anywhere;
}

.dw-share__channel--copy {
	grid-template-columns: 28px minmax(0, 1fr);
	background:
		linear-gradient(90deg, rgba(242, 140, 40, 0.06), transparent 42%),
		#fff;
	border-style: solid;
}

.dw-share__channel-copy-text {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.dw-share__channel--copy .dw-share__channel-label {
	overflow-wrap: normal;
	white-space: nowrap;
}

.dw-share__channel-hint {
	font-size: 10px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(61, 65, 102, 0.55);
	font-weight: 400;
	white-space: nowrap;
}

.dw-share__channel--copy:hover .dw-share__channel-hint,
.dw-share__channel--copy:focus-visible .dw-share__channel-hint {
	color: rgba(242, 140, 40, 0.85);
}

.dw-share__channel.is-copied,
.dw-share__channel--copy.is-copied {
	border-color: rgba(61, 65, 102, 0.35);
	background: #eef0f6;
	color: var(--violet, #3d4166);
	transform: none;
}

.dw-share__channel--copy.is-copied .dw-share__channel-hint {
	color: rgba(61, 65, 102, 0.65);
}

.dw-share--compact {
	margin-top: 18px;
	padding: 16px 14px;
	background: #f7f7fa;
}

.dw-share--compact .dw-share__signal {
	display: none;
}

.dw-share--compact .dw-share__compact-label {
	margin: 0 0 12px;
}

.dw-share--compact .dw-share__native {
	display: none;
}

.dw-share--compact .dw-share__channels {
	grid-template-columns: 1fr 1fr;
}

.dw-share--compact .dw-share__channels-copy {
	grid-column: 1 / -1;
}

.dw-share--compact .dw-share__channel {
	min-height: 42px;
	padding: 8px 10px;
	font-size: 11px;
}

@media (max-width: 820px) {
	.dw-share__channels {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dw-share__intro {
		padding-right: 56px;
	}
}

@media (max-width: 540px) {
	.dw-share {
		padding: 22px 16px 18px;
	}

	.dw-share__channels {
		grid-template-columns: 1fr;
	}
}

.dw-article__rail-actions .text-link {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	line-height: 1.35;
}

.dw-article__related {
	margin-top: 56px;
}

.dw-article__related-head {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	justify-content: space-between;
	gap: 12px 24px;
	margin-bottom: 20px;
}

.dw-article__related-head h2 {
	margin: 4px 0 0;
	font-size: clamp(1.35rem, 2.2vw, 1.7rem);
	font-weight: 400;
	color: var(--violet, #3d4166);
}

.dw-article__related-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.dw-article__related-card {
	display: grid;
	grid-template-rows: auto 1fr;
	border: 1px solid var(--line, rgba(61, 65, 102, 0.16));
	background: #fff;
	overflow: hidden;
	transition: transform 0.25s ease, border-color 0.25s ease;
}

.dw-article__related-card:hover {
	transform: translateY(-3px);
	border-color: rgba(61, 65, 102, 0.32);
}

.dw-article__related-media {
	display: block;
	aspect-ratio: 16 / 10;
	background: #eceaf2;
	overflow: hidden;
}

.dw-article__related-media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 0.35s ease;
}

.dw-article__related-card:hover .dw-article__related-media img {
	transform: scale(1.04);
}

.dw-article__related-fallback {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	color: var(--violet, #3d4166);
	background:
		radial-gradient(circle at 80% 20%, rgba(242, 140, 40, 0.14), transparent 45%),
		linear-gradient(145deg, #f7f6fb, #ebe9f3);
}

.dw-article__related-copy {
	padding: 16px 16px 18px;
	display: grid;
	gap: 8px;
	align-content: start;
}

.dw-article__related-copy .eyebrow {
	margin: 0;
}

.dw-article__related-copy h3 {
	margin: 0;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.35;
	color: var(--violet, #3d4166);
}

.dw-article__related-copy h3 a {
	color: inherit;
	text-decoration: none;
}

.dw-article__related-copy h3 a:hover {
	color: #f28c28;
}

.dw-article__related-copy p {
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
	color: #666;
	font-weight: 300;
}

.dw-article .dw-page-cta {
	margin-top: 56px;
}

@media (max-width: 980px) {
	.dw-article__layout {
		grid-template-columns: 1fr;
	}

	.dw-article__rail {
		position: static;
	}

	.dw-article-hero h1 {
		max-width: none;
	}

	.dw-article__related-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.dw-article-hero {
		padding: 22px 0 32px;
	}

	.dw-article__body {
		padding-block: 28px 56px;
	}
}

/* Clients directory — dense logo wall */
.logo-wall,
.dw-clients-directory {
	display: grid;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	gap: 1px;
	border: 1px solid rgba(61, 65, 102, 0.12);
	background: rgba(61, 65, 102, 0.12);
}

.dw-client-card {
	margin: 0;
	padding: 0;
	border: 0;
	display: flex;
	flex-direction: column;
	background: #fff;
	min-height: 0;
	position: relative;
	transition: transform 0.25s ease, box-shadow 0.25s ease, z-index 0s;
}

.dw-client-card__hit {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: stretch;
	gap: 0;
	padding: 0;
	min-height: 112px;
	aspect-ratio: 1.35 / 1;
	text-decoration: none;
	color: inherit;
	flex: 1;
	background: #fff;
	transition: background 0.25s ease;
}

.dw-client-card__logo {
	width: 100%;
	height: 100%;
	min-height: 0;
	flex: 1;
	display: grid;
	place-items: center;
	background: transparent;
	padding: 0;
}

.dw-client-card__logo img {
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	object-fit: contain;
	object-position: center;
	display: block;
}

.dw-client-card h3 {
	display: none;
}

.dw-client-card .hero-actions {
	display: none !important;
}

.dw-client-card:hover,
.dw-client-card:focus-within {
	z-index: 2;
	transform: none;
	box-shadow: none;
}

.dw-client-card:hover .dw-client-card__hit,
.dw-client-card:focus-within .dw-client-card__hit {
	background: #eceaf2;
}

.dw-client-card:hover .hero-actions,
.dw-client-card:focus-within .hero-actions {
	display: none !important;
}

.dw-client-card .hero-actions .text-link {
	font-size: 10px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.dw-clients-sector {
	margin: 0 0 40px;
}

.dw-clients-sector h2 {
	margin: 0 0 12px;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #777;
}

.logo-wall .logo-placeholder,
.dw-client-card--no-logo .logo-placeholder {
	min-height: 100%;
	width: 100%;
	height: 100%;
	display: grid;
	place-items: center;
	border: 0;
	background: #fff;
	color: var(--violet, #3d4166);
	font-size: 11px;
	line-height: 1.3;
	text-align: center;
	padding: 12px;
}

@media (max-width: 1200px) {
	.logo-wall,
	.dw-clients-directory {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.logo-wall,
	.dw-clients-directory {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

/* WhatsApp orbit — replaces legacy FAB */
.whatsapp-orbit,
.dw-whatsapp-fab.whatsapp-orbit {
	position: fixed;
	right: 25px;
	bottom: 25px;
	z-index: 90;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	text-decoration: none !important;
	width: auto;
	max-width: min(220px, calc(100vw - 40px));
	pointer-events: none;
}

.dw-whatsapp-fab.is-near-footer {
	/* Park above the legal bar so footer right edge stays flush */
	bottom: max(88px, calc(64px + env(safe-area-inset-bottom, 0px) + 24px));
}

.whatsapp-orbit i,
.whatsapp-orbit .whatsapp-message {
	pointer-events: auto;
}

.whatsapp-orbit i {
	width: 66px;
	height: 66px;
	display: grid;
	place-items: center;
	position: relative;
	border-radius: 50%;
	background: #3d4166;
	color: #fff;
	box-shadow: 0 12px 36px rgba(61, 65, 102, 0.28);
	border: 2px solid #f28c28;
}

.whatsapp-orbit i svg { stroke: #fff; fill: none; }

.whatsapp-orbit i::before,
.whatsapp-orbit i::after {
	content: "";
	position: absolute;
	inset: -8px;
	border: 1px solid rgba(242, 140, 40, 0.45);
	border-radius: 50%;
	animation: waPulse 2.5s ease-out infinite;
	pointer-events: none;
}

.whatsapp-orbit i::after { animation-delay: 1.2s; }

.whatsapp-message {
	padding: 11px 14px;
	background: #fff;
	border: 1px solid var(--line, rgba(61, 65, 102, 0.16));
	box-shadow: 0 18px 50px rgba(61, 65, 102, 0.08);
	color: var(--violet, #3d4166);
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.02em;
	opacity: 1;
	transform: none;
	transition: opacity 0.3s ease, transform 0.3s ease;
	white-space: nowrap;
	margin-right: 0;
}

.whatsapp-orbit:focus,
.whatsapp-orbit:focus-visible {
	outline: none;
}

.whatsapp-orbit:focus-visible i {
	outline: 2px solid #f28c28;
	outline-offset: 3px;
}

.dw-whatsapp-fab.is-near-footer .whatsapp-message {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(6px);
}

@keyframes waPulse {
	0% { transform: scale(0.85); opacity: 0.8; }
	100% { transform: scale(1.28); opacity: 0; }
}

/* Footer social — accent underline (base layout lives in shell.css) */
.social-signature a {
	position: relative;
	overflow: hidden;
}

.social-signature a::before {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 2px;
	background: #f28c28;
	transform: scaleX(0);
	transition: transform 0.3s ease;
}

.social-signature a:hover::before,
.social-signature a:focus::before { transform: scaleX(1); }

/* SEO landing panels */
.seo-hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: 36px; align-items: center; }
.seo-console {
	width: 100%;
	max-width: none;
	padding: 25px;
	background: #fff;
	border: 1px solid var(--line, rgba(61, 65, 102, 0.16));
	box-shadow: 0 18px 50px rgba(61, 65, 102, 0.08);
	box-sizing: border-box;
}
.console-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; border-bottom: 1px solid var(--line, rgba(61, 65, 102, 0.16)); color: var(--violet, #3d4166); font-size: 10px; letter-spacing: 0.14em; }
.console-score { display: flex; align-items: end; gap: 12px; padding: 28px 0 5px; }
.console-score strong { color: var(--violet, #3d4166); font-size: 70px; line-height: 1; font-weight: 300; }
.console-chart { height: 110px; display: flex; align-items: end; gap: 10px; padding: 12px 0 20px; border-bottom: 1px solid var(--line, rgba(61, 65, 102, 0.16)); }
.console-chart i { flex: 1; height: 35%; background: #d8d6e6; display: block; }
.console-chart i:nth-child(2) { height: 42%; }
.console-chart i:nth-child(3) { height: 38%; }
.console-chart i:nth-child(4) { height: 60%; }
.console-chart i:nth-child(5) { height: 55%; }
.console-chart i:nth-child(6) { height: 78%; }
.console-chart i:nth-child(7) { height: 94%; background: #f28c28; }
.console-grid { display: grid; grid-template-columns: 1fr 1fr; }
.console-grid div { min-height: 105px; padding: 18px; border-right: 1px solid var(--line, rgba(61, 65, 102, 0.16)); border-bottom: 1px solid var(--line, rgba(61, 65, 102, 0.16)); }
.console-grid span { display: block; margin-top: 8px; color: #777; font-size: 9px; }
.console-grid strong { display: block; color: var(--violet, #3d4166); font-size: 12px; font-weight: 400; }
.seo-map { min-height: 420px; margin: 48px 0; position: relative; display: grid; place-items: center; background: radial-gradient(circle, rgba(216, 214, 230, 0.32) 0 1px, transparent 1px); background-size: 25px 25px; border: 1px solid var(--line, rgba(61, 65, 102, 0.16)); }
.map-core, .map-node { position: absolute; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; border: 1px solid #a8a6c9; border-radius: 50%; background: #fff; color: var(--violet, #3d4166); text-align: center; font-size: 10px; }
.map-core { width: 190px; height: 190px; }
.map-node { width: 105px; height: 105px; }
.map-a { left: 13%; top: 16%; }
.map-b { right: 14%; top: 12%; }
.map-c { right: 8%; bottom: 12%; }
.map-d { left: 10%; bottom: 14%; }
.map-e { left: 46%; top: 5%; }
.internal-dark { padding: 70px 0; background: var(--violet, #3d4166); color: #fff; }
.internal-dark .section-heading > p { color: #dedde8; }
.section-heading--split {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	gap: 28px 48px;
	align-items: end;
	margin-bottom: 36px;
}
.section-heading--split h2 {
	margin: 10px 0 0;
	color: #fff;
	font-size: clamp(28px, 3.6vw, 40px);
	font-weight: 300;
	letter-spacing: -0.03em;
	line-height: 1.15;
}
.section-heading--split > p {
	margin: 0;
	max-width: 42ch;
	color: #dedde8;
	font-size: 15px;
	line-height: 1.65;
	font-weight: 300;
}

/* SEO includes — asymmetric bento */
.dw-seo-includes {
	padding-block: 56px 72px;
}
.dw-seo-includes__shell {
	padding: 36px 32px 40px;
	background:
		radial-gradient(120% 80% at 100% 0%, rgba(242, 140, 40, 0.18), transparent 55%),
		linear-gradient(145deg, #2a2e4a 0%, #3d4166 48%, #292d49 100%);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.08);
}
.dw-seo-includes__head {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
	gap: 20px 40px;
	align-items: end;
	margin-bottom: 28px;
}
.dw-seo-includes__head h2 {
	margin: 8px 0 0;
	color: #fff;
	font-size: clamp(30px, 4vw, 44px);
	font-weight: 300;
	letter-spacing: -0.035em;
	line-height: 1.12;
	max-width: 16ch;
}
.dw-seo-includes__head > p {
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 15px;
	line-height: 1.65;
	font-weight: 300;
}
.dw-seo-bento {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(210px, 240px);
	gap: 10px;
	align-items: stretch;
}
.dw-seo-bento__main {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-auto-rows: minmax(0, auto);
	gap: 10px;
}
.dw-seo-bento .icon-card {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-content: start;
	padding: 20px 18px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.12);
	position: relative;
	min-height: 0;
	transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.dw-seo-bento .icon-card:hover,
.dw-seo-bento .icon-card:focus-within {
	background: rgba(255, 255, 255, 0.09);
	border-color: rgba(242, 140, 40, 0.45);
	transform: translateY(-1px);
}
.dw-seo-bento .icon-card--featured {
	grid-column: span 2;
	grid-row: span 2;
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(180px, 0.9fr);
	grid-template-areas:
		"icon chips"
		"title chips"
		"body chips";
	padding: 26px 24px;
	gap: 12px 24px;
	background:
		linear-gradient(160deg, rgba(242, 140, 40, 0.16), transparent 55%),
		rgba(255, 255, 255, 0.06);
	border-color: rgba(242, 140, 40, 0.35);
}
.dw-seo-bento .icon-card__chips {
	list-style: none;
	margin: auto 0 0;
	padding: 14px 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.dw-seo-bento .icon-card--featured .icon-card__chips {
	grid-area: chips;
	margin: 0;
	padding: 4px 0 0;
	border: 0;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 10px;
}
.dw-seo-bento .icon-card__chips li {
	padding: 7px 10px;
	border: 1px solid rgba(242, 140, 40, 0.4);
	background: rgba(242, 140, 40, 0.1);
	color: #ffe0b8;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.02em;
}
.dw-seo-bento .icon-card--featured .icon-card__chips li {
	width: 100%;
	box-sizing: border-box;
}
.dw-seo-bento .icon-card__n {
	position: absolute;
	top: 14px;
	right: 14px;
	color: rgba(216, 214, 230, 0.65);
	font-size: 10px;
	letter-spacing: 0.1em;
}
.dw-seo-bento .icon-card__icon {
	width: 48px;
	height: 48px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(242, 140, 40, 0.45);
	background: rgba(242, 140, 40, 0.1);
	color: #f28c28;
}
.dw-seo-bento .icon-card--featured .icon-card__icon {
	grid-area: icon;
	width: 56px;
	height: 56px;
}
.dw-seo-bento .icon-card__icon svg {
	display: block;
	width: 26px;
	height: 26px;
	stroke: #f28c28;
}
.dw-seo-bento .icon-card--featured .icon-card__icon svg {
	width: 30px;
	height: 30px;
}
.dw-seo-bento .icon-card h3 {
	margin: 0;
	padding-right: 24px;
	color: #fff !important;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
}
.dw-seo-bento .icon-card--featured h3 {
	grid-area: title;
	font-size: 26px;
	letter-spacing: -0.02em;
	font-weight: 300;
}
.dw-seo-bento .icon-card p {
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
	font-weight: 300;
	line-height: 1.55;
}
.dw-seo-bento .icon-card--featured p {
	grid-area: body;
	font-size: 15px;
	line-height: 1.65;
	max-width: none;
}
.dw-seo-bento__rail {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 22px 20px;
	background: rgba(0, 0, 0, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.14);
	min-height: 100%;
}
.dw-seo-bento__rail-kicker {
	margin: 0;
	font-size: 10px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #f28c28;
}
.dw-seo-bento__flow {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 14px;
	flex: 1;
}
.dw-seo-bento__flow li {
	display: grid;
	gap: 4px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.dw-seo-bento__flow li:last-child { border-bottom: 0; padding-bottom: 0; }
.dw-seo-bento__flow strong {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}
.dw-seo-bento__flow span {
	font-size: 12px;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.7);
	font-weight: 300;
}
.dw-seo-bento__rail .button {
	width: 100%;
	margin-top: auto;
}

/* Cap band under SEO hero — denser labels */
.dw-seo-landing .dw-seo-cap-band {
	margin-top: 28px;
	margin-bottom: 8px;
}
.dw-seo-cap-band article {
	display: grid;
	gap: 6px;
	padding: 16px 14px;
	border: 1px solid var(--line, rgba(61, 65, 102, 0.16));
	background: linear-gradient(180deg, #fff, #f7f6fb);
}
.dw-seo-cap-band h3 {
	margin: 0;
	color: var(--violet, #3d4166) !important;
	font-size: 14px;
	font-weight: 400;
}
.dw-seo-cap-band p {
	margin: 0;
	color: #666;
	font-size: 12px;
	line-height: 1.45;
	font-weight: 300;
}
.dw-seo-cap-band svg { color: var(--orange, #f28c28); }

.dw-seo-landing .dw-section {
	padding-block: 48px;
}
.dw-seo-landing .dw-service-depth {
	padding-block: 40px;
}

/* Keep legacy icon-card-grid usable elsewhere */
.icon-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	border-left: 1px solid rgba(255, 255, 255, 0.18);
}
.icon-card-six { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.icon-card-grid article,
.icon-card-grid .icon-card {
	min-height: 0;
	display: grid;
	grid-template-rows: auto auto 1fr;
	gap: 12px;
	align-content: start;
	padding: 28px 24px 32px;
	border-right: 1px solid rgba(255, 255, 255, 0.18);
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	position: relative;
	overflow: hidden;
}
.icon-card-grid .icon-card__n,
.icon-card-grid article > span {
	position: absolute;
	top: 18px;
	right: 18px;
	color: rgba(216, 214, 230, 0.7);
	font-size: 10px;
	letter-spacing: 0.08em;
}
.icon-card-grid .icon-card__icon {
	display: grid;
	place-items: start;
	min-height: 32px;
}
.icon-card-grid svg { color: #f28c28; display: block; }
.icon-card-grid h3 {
	margin: 0;
	padding-right: 28px;
	color: #fff !important;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.3;
}
.icon-card-grid p {
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
	font-weight: 300;
	line-height: 1.6;
}
@media (max-width: 980px) {
	.dw-seo-includes__head,
	.section-heading--split {
		grid-template-columns: 1fr;
		align-items: start;
	}
	.dw-seo-bento {
		grid-template-columns: 1fr;
	}
	.dw-seo-bento__main {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.dw-seo-bento .icon-card--featured {
		grid-column: 1 / -1;
		grid-row: auto;
	}
	.icon-card-grid,
	.icon-card-six {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 560px) {
	.dw-seo-includes__shell { padding: 28px 18px 32px; }
	.dw-seo-bento__main { grid-template-columns: 1fr; }
	.icon-card-grid,
	.icon-card-six {
		grid-template-columns: 1fr;
	}
}

.ai-orbit-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 8.33%; align-items: center; }
.ai-orbit { min-height: 380px; position: relative; border: 1px dashed #a8a6c9; border-radius: 50%; }
.ai-orbit > div { position: absolute; left: 50%; top: 50%; width: 155px; height: 155px; transform: translate(-50%, -50%); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; border: 1px solid #a8a6c9; border-radius: 50%; background: #fff; text-align: center; font-size: 11px; }
.ai-orbit > span { position: absolute; padding: 12px 16px; background: #fff; border: 1px solid var(--line, rgba(61, 65, 102, 0.16)); font-size: 10px; }
.ai-orbit > span:nth-of-type(1) { left: 8%; top: 21%; }
.ai-orbit > span:nth-of-type(2) { right: 4%; top: 26%; }
.ai-orbit > span:nth-of-type(3) { left: 13%; bottom: 18%; }
.ai-orbit > span:nth-of-type(4) { right: 5%; bottom: 19%; }
.ai-checklist { list-style: none; padding: 0; margin: 20px 0 0; }
.ai-checklist li { display: flex; gap: 12px; margin: 13px 0; font-size: 13px; align-items: flex-start; }
.result-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 27px; }
.result-cards article { min-height: 260px; padding: 28px; border: 1px solid var(--line, rgba(61, 65, 102, 0.16)); }
.result-cards article > span { display: block; margin-top: 16px; color: #f28c28; font-size: 9px; text-transform: uppercase; letter-spacing: 0.14em; }

/* Related works + portfolio */
.mini-work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 27px; }
.mini-work-visual { min-height: 220px; display: grid; place-items: center; background: #f2f2f2; color: var(--violet, #3d4166); position: relative; overflow: hidden; }
.mini-work-visual img { object-fit: contain; width: 100%; height: 100%; display: block; position: absolute; inset: 0; }
.mini-work-has-thumb { padding: 0; }

/* Showcase — asymmetric portfolio presentation */
.dw-showcase__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 36px;
}
.dw-showcase__head h2 { margin: 10px 0 0; }
.dw-showcase__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
	gap: 22px;
	align-items: stretch;
}
.dw-showcase__stack {
	display: grid;
	grid-template-rows: 1fr 1fr;
	gap: 22px;
	min-height: 100%;
}
.dw-showcase__item { min-width: 0; }
.dw-showcase__media {
	position: relative;
	display: block;
	overflow: hidden;
	min-height: 280px;
	height: 100%;
	background: #eceaf2;
	color: #fff;
	text-decoration: none !important;
}
.dw-showcase__item--lead .dw-showcase__media { min-height: 520px; }
.dw-showcase__media > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 1.1s cubic-bezier(0.22, 0.8, 0.22, 1);
}
.dw-showcase__fallback {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	color: var(--violet, #3d4166);
}
.dw-showcase__veil {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 28px;
	background:
		linear-gradient(180deg, rgba(61, 65, 102, 0.08) 0%, rgba(61, 65, 102, 0.18) 42%, rgba(33, 36, 58, 0.88) 100%);
	transition: background 0.35s ease;
}
.dw-showcase__veil--compact {
	justify-content: space-between;
	padding: 18px 20px;
	opacity: 0;
	background: linear-gradient(180deg, rgba(33, 36, 58, 0.15), rgba(33, 36, 58, 0.78));
	transition: opacity 0.3s ease;
}
.dw-showcase__media:hover .dw-showcase__veil--compact,
.dw-showcase__media:focus-visible .dw-showcase__veil--compact {
	opacity: 1;
}
.dw-showcase__index {
	position: absolute;
	top: 18px;
	left: 20px;
	font-size: 11px;
	letter-spacing: 0.16em;
	color: rgba(255, 255, 255, 0.7);
}
.dw-showcase__veil--compact .dw-showcase__index { position: static; }
.dw-showcase__client {
	display: block;
	margin-bottom: 8px;
	font-size: 10px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #f28c28;
}
.dw-showcase__veil h3 {
	margin: 0;
	max-width: 18ch;
	color: #fff;
	font-size: clamp(22px, 2.4vw, 34px);
	font-weight: 300;
	line-height: 1.15;
	letter-spacing: -0.035em;
}
.dw-showcase__stack .dw-showcase__veil h3 {
	max-width: none;
	font-size: clamp(18px, 1.6vw, 24px);
}
.dw-showcase__excerpt {
	margin: 12px 0 0;
	max-width: 36ch;
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
	line-height: 1.6;
}
.dw-showcase__cta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 18px;
	color: #fff;
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.dw-showcase__cta svg { color: #f28c28; transition: transform 0.25s ease; }
.dw-showcase__media:hover > img,
.dw-showcase__media:focus-visible > img {
	transform: scale(1.045);
}
.dw-showcase__media:hover .dw-showcase__cta svg,
.dw-showcase__media:focus-visible .dw-showcase__cta svg {
	transform: translateX(4px);
}
.dw-showcase__media:hover .dw-showcase__veil,
.dw-showcase__media:focus-visible .dw-showcase__veil {
	background:
		linear-gradient(180deg, rgba(61, 65, 102, 0.12) 0%, rgba(61, 65, 102, 0.28) 38%, rgba(33, 36, 58, 0.94) 100%);
}

.portfolio-wall { display: grid; grid-template-columns: 1fr 1fr; gap: 35px 28px; }
.portfolio-wall-item.portfolio-featured { grid-column: 1 / -1; }
.portfolio-art { min-height: 320px; display: flex; flex-direction: column; justify-content: flex-end; background: #f2f2f2; color: var(--violet, #3d4166); overflow: hidden; position: relative; text-decoration: none; }
.portfolio-featured .portfolio-art { min-height: 480px; }
.portfolio-art img { object-fit: contain; width: 100%; height: 100%; position: absolute; inset: 0; }
.portfolio-has-thumb { padding: 0; }
.portfolio-wall-meta { padding: 22px 4px; }
.dw-showcase-wall .portfolio-wall-item {
	transition: transform 0.3s ease;
}
.dw-showcase-wall .portfolio-wall-item:hover {
	transform: translateY(-4px);
}
.dw-showcase-wall .portfolio-featured {
	display: grid;
	grid-template-columns: 1.4fr 1fr;
	gap: 28px;
	align-items: stretch;
}
.dw-showcase-wall .portfolio-featured .portfolio-art {
	min-height: 420px;
}
.dw-showcase-wall .portfolio-featured .portfolio-wall-meta {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 12px 8px;
}
.dw-showcase-wall .portfolio-featured h2 {
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 300;
	letter-spacing: -0.04em;
	line-height: 1.15;
}

@media (max-width: 1024px) {
	.dw-showcase__grid {
		grid-template-columns: 1fr;
	}
	.dw-showcase__item--lead .dw-showcase__media,
	.dw-showcase__media {
		min-height: 340px;
	}
	.dw-showcase__stack {
		grid-template-rows: none;
		grid-template-columns: 1fr 1fr;
	}
	.dw-showcase-wall .portfolio-featured {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	.dw-showcase__head {
		flex-direction: column;
		align-items: flex-start;
	}
	.dw-showcase__stack {
		grid-template-columns: 1fr;
	}
	.dw-showcase__item--lead .dw-showcase__media,
	.dw-showcase__media {
		min-height: 280px;
	}
	.dw-showcase__veil--compact {
		opacity: 1;
		background: linear-gradient(180deg, transparent 40%, rgba(33, 36, 58, 0.82));
	}
}
.portfolio-client {
	display: block;
	margin-bottom: 8px;
	color: var(--violet, #3d4166);
	font-size: 12px;
	font-weight: 400;
	letter-spacing: .06em;
	text-transform: uppercase;
}
.portfolio-meta-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 16px 0;
}
.portfolio-meta-tags span {
	padding: 5px 8px;
	border: 1px solid var(--line, rgba(61, 65, 102, .16));
	color: var(--violet, #3d4166);
	font-size: 10px;
}
.portfolio-paths-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-top: 24px; }
.portfolio-paths-grid a {
	min-height: 168px;
	padding: 22px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	border: 1px solid var(--line, rgba(61, 65, 102, 0.16));
	background: #fff;
	color: var(--violet, #3d4166) !important;
	text-decoration: none !important;
	transition: border-color 0.25s ease, transform 0.25s ease;
}
.portfolio-paths-grid a:hover {
	border-color: rgba(61, 65, 102, 0.4);
	transform: translateY(-3px);
}
.portfolio-paths-grid a svg:first-child { color: #3d4166; }
.portfolio-paths-grid a .path-label {
	margin-top: 8px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.35;
	color: #3d4166 !important;
}
.portfolio-paths-grid a .path-cta {
	margin-top: auto;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 11px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #f28c28 !important;
}

/* Institutional */
.timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.timeline > div { padding: 25px 35px; border-right: 1px solid var(--line, rgba(61, 65, 102, 0.16)); }
.timeline span { display: block; color: #f28c28; font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 12px; }
.about-hero-grid { display: grid; grid-template-columns: 6fr 5fr; gap: 8.33%; align-items: center; }

/* Quiénes somos — hero mark (timeline teaser, no portrait) */
.dw-about-hero-mark {
	display: grid;
	gap: 22px;
	width: 100%;
	max-width: none;
	min-height: 360px;
	padding: 28px 24px 26px;
	border: 1px solid var(--line, rgba(61, 65, 102, 0.16));
	background:
		linear-gradient(165deg, rgba(242, 140, 40, 0.08), transparent 38%),
		linear-gradient(145deg, #f7f6fb 0%, #fff 55%);
	color: var(--violet, #3d4166);
	overflow: hidden;
	position: relative;
}
.dw-about-hero-mark::before {
	content: "";
	position: absolute;
	inset: auto -12% -28% auto;
	width: 62%;
	aspect-ratio: 1;
	border-radius: 50%;
	border: 1px dashed rgba(61, 65, 102, 0.14);
	pointer-events: none;
}
.dw-about-hero-mark__kicker {
	margin: 0;
	font-size: 11px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #f28c28;
	font-weight: 500;
}
.dw-about-hero-mark__rail {
	position: relative;
	display: grid;
	gap: 0;
	padding-left: 4px;
}
.dw-about-hero-mark__rail::before {
	content: "";
	position: absolute;
	left: 19px;
	top: 14px;
	bottom: 14px;
	width: 1px;
	background: linear-gradient(180deg, rgba(242, 140, 40, 0.85), rgba(61, 65, 102, 0.18));
}
.dw-about-hero-mark__node {
	position: relative;
	display: grid;
	grid-template-columns: 36px 1fr;
	grid-template-rows: auto auto;
	column-gap: 16px;
	row-gap: 2px;
	padding: 14px 0;
	align-items: center;
}
.dw-about-hero-mark__dot {
	grid-row: 1 / span 2;
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid rgba(61, 65, 102, 0.16);
	color: var(--violet, #3d4166);
	z-index: 1;
	box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.72);
}
.dw-about-hero-mark__node:last-child .dw-about-hero-mark__dot {
	background: var(--violet, #3d4166);
	border-color: var(--violet, #3d4166);
	color: #fff;
}
.dw-about-hero-mark__node strong {
	font-size: 13px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 500;
	color: #f28c28;
}
.dw-about-hero-mark__node span:last-child {
	font-size: 17px;
	font-weight: 300;
	color: var(--violet, #3d4166);
}

/* Quiénes somos — journey timeline */
.dw-journey {
	margin-top: 8px;
}
.dw-journey__head {
	max-width: 42rem;
	margin-bottom: 48px;
}
.dw-journey__head h2 {
	margin: 0 0 14px;
}
.dw-journey__head p {
	margin: 0;
	color: #555;
	font-weight: 300;
	line-height: 1.55;
}
.dw-journey__track {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0;
	position: relative;
}
.dw-journey__track::before {
	content: "";
	position: absolute;
	left: 27px;
	top: 8px;
	bottom: 8px;
	width: 1px;
	background: linear-gradient(
		180deg,
		rgba(242, 140, 40, 0.7),
		rgba(61, 65, 102, 0.12) 55%,
		rgba(61, 65, 102, 0.22)
	);
}
.dw-journey__item {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	gap: 28px;
	padding: 22px 0 34px;
	align-items: start;
}
.dw-journey__marker {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 8px;
	justify-items: center;
	color: var(--violet, #3d4166);
}
.dw-journey__marker span {
	display: grid;
	place-items: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid rgba(61, 65, 102, 0.16);
	font-size: 12px;
	letter-spacing: 0.08em;
	font-weight: 500;
	box-shadow: 0 0 0 8px #fff;
}
.dw-journey__item:last-child .dw-journey__marker span {
	background: var(--violet, #3d4166);
	border-color: var(--violet, #3d4166);
	color: #fff;
}
.dw-journey__marker svg {
	opacity: 0.85;
}
.dw-journey__body {
	padding-top: 6px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(61, 65, 102, 0.1);
}
.dw-journey__item:last-child .dw-journey__body {
	border-bottom: 0;
}
.dw-journey__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
	align-items: center;
	margin-bottom: 10px;
}
.dw-journey__year {
	font-size: 11px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #f28c28;
	font-weight: 500;
}
.dw-journey__tag {
	font-size: 10px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	padding: 4px 8px;
	border: 1px solid rgba(61, 65, 102, 0.14);
	color: rgba(61, 65, 102, 0.72);
}
.dw-journey__body h3 {
	margin: 0 0 10px;
	font-size: clamp(1.15rem, 1.6vw, 1.45rem);
	font-weight: 400;
	color: var(--violet, #3d4166);
	line-height: 1.25;
}
.dw-journey__body p {
	margin: 0;
	max-width: 46rem;
	color: #555;
	font-weight: 300;
	line-height: 1.55;
}
.dw-about-portrait .dw-split-story__media {
	background:
		linear-gradient(160deg, rgba(242, 140, 40, 0.08), transparent 40%),
		#f2f2f2;
}

/* Shared stats band (Quiénes somos; home keeps its own in home.css) */
.stat-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 28px;
	border-block: 1px solid var(--line, rgba(61, 65, 102, 0.16));
}
.stat-grid article {
	padding: 42px 28px;
	border-right: 1px solid var(--line, rgba(61, 65, 102, 0.16));
	opacity: 0;
	transform: translateY(14px);
	transition: opacity 0.55s cubic-bezier(0.22, 0.8, 0.22, 1), transform 0.55s cubic-bezier(0.22, 0.8, 0.22, 1);
	animation: dw-stats-fallback 0.01s 5s forwards;
}
.stat-grid article:last-child { border-right: 0; }
.stat-grid strong,
.stat-grid span { display: block; }
.stat-grid strong {
	color: var(--violet, #3d4166);
	font-size: clamp(42px, 5vw, 68px);
	font-weight: 300;
	letter-spacing: -0.06em;
	font-variant-numeric: tabular-nums;
}
.stat-grid span {
	margin-top: 7px;
	font-size: 12px;
	font-weight: 400;
	color: var(--gray, #333);
}
.stat-grid.is-visible article {
	opacity: 1;
	transform: none;
	animation: none;
}
.stat-grid.is-visible article:nth-child(1) { transition-delay: 0.05s; }
.stat-grid.is-visible article:nth-child(2) { transition-delay: 0.12s; }
.stat-grid.is-visible article:nth-child(3) { transition-delay: 0.19s; }
.stat-grid.is-visible article:nth-child(4) { transition-delay: 0.26s; }
@keyframes dw-stats-fallback {
	to { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
	.stat-grid article {
		opacity: 1;
		transform: none;
		transition: none;
		animation: none;
	}
}
@media (max-width: 900px) {
	.stat-grid { grid-template-columns: repeat(2, 1fr); }
	.stat-grid article:nth-child(2n) { border-right: 0; }
	.stat-grid article:nth-child(-n+2) {
		border-bottom: 1px solid var(--line, rgba(61, 65, 102, 0.16));
	}
}
@media (max-width: 540px) {
	.stat-grid article { padding: 28px 18px; }
	.stat-grid strong { font-size: 43px; }
}

.client-stats { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--violet, #3d4166); color: #fff; }
.client-stats div { min-height: 140px; padding: 32px; border-right: 1px solid rgba(255, 255, 255, 0.16); }
.client-stats strong { display: block; font-size: 42px; font-weight: 300; }
.dw-clients-toolbar {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(180px, 0.8fr);
	gap: 14px 18px;
	align-items: end;
	margin: 0 0 28px;
	max-width: 820px;
}
.dw-clients-toolbar__field {
	display: grid;
	gap: 8px;
}
.dw-clients-toolbar label {
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--violet, #3d4166);
}
.dw-clients-toolbar input,
.dw-clients-toolbar select {
	min-height: 48px;
	width: 100%;
	padding: 0 14px;
	border: 1px solid rgba(61, 65, 102, 0.18);
	background: #fff;
	color: var(--ink, #333);
	font: inherit;
}
.dw-clients-search__status {
	grid-column: 1 / -1;
	min-height: 1.2em;
	margin: 0;
	font-size: 13px;
	color: rgba(61, 65, 102, 0.7);
}
.dw-clients-hint { margin: 0 0 20px; max-width: 42rem; color: #555; font-weight: 300; }
.dw-clients-wall-head { margin: 0 0 8px; }
.dw-clients-directory--wall {
	margin-top: 8px;
}
.dw-client-card[hidden] {
	display: none !important;
}
@media (max-width: 720px) {
	.dw-clients-toolbar {
		grid-template-columns: 1fr;
	}
}
.sector-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.sector-grid article { padding: 32px; border: 1px solid var(--line, rgba(61, 65, 102, 0.16)); }
.sector-grid h2 { margin: 18px 0 10px; font-size: 18px; font-weight: 400; color: var(--violet, #3d4166); }
.logo-wall { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 1px; background: rgba(61, 65, 102, 0.12); }
.logo-wall .logo-placeholder { min-height: 100%; display: grid; place-items: center; border: 0; background: #fff; color: var(--violet, #3d4166); font-size: 11px; text-align: center; padding: 12px; }
.client-method { display: grid; grid-template-columns: 5fr 6fr; gap: 8.33%; align-items: start; }
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px 28px; }
.case-art { min-height: 220px; display: grid; place-items: center; background: #f2f2f2; position: relative; overflow: hidden; }
.case-art img { object-fit: contain; width: 100%; height: 100%; position: absolute; inset: 0; }
.contact-layout { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: 8.33%; align-items: start; }
.contact-layout > .dw-breadcrumb { grid-column: 1 / -1; }
.contact-form-col {
	padding: 32px 28px 28px;
	background: #fff;
	border: 1px solid var(--line, rgba(61, 65, 102, 0.16));
	overflow: visible;
	min-width: 0;
}
.contact-form-col > h2 {
	margin: 0 0 22px;
	color: var(--violet, #3d4166);
	font-size: 22px;
	font-weight: 400;
}
.contact-form-col .dw-form--propuesta {
	max-width: none;
	margin-top: 0;
	width: 100%;
	min-width: 0;
}
.contact-form-col .dw-form__steps-form,
.contact-form-col .dw-form__step,
.contact-form-col .dw-form__grid {
	width: 100%;
	min-width: 0;
}
.contact-copy {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.contact-points {
	display: grid;
	gap: 10px;
	margin-top: 36px;
}

.contact-points > [role="listitem"] {
	min-width: 0;
}

.contact-point {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 16px;
	align-items: start;
	padding: 16px 18px;
	border: 1px solid var(--line, rgba(61, 65, 102, 0.14));
	background: linear-gradient(180deg, #fff 0%, #f7f7fa 100%);
	text-decoration: none;
	color: inherit;
	transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.contact-point--link:hover,
.contact-point--link:focus-visible {
	border-color: rgba(242, 140, 40, 0.55);
	background: #fff;
	outline: none;
}

.contact-point--link:focus-visible {
	box-shadow: 0 0 0 2px rgba(242, 140, 40, 0.28);
}

.contact-point__icon {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	flex: 0 0 auto;
	border: 1px solid rgba(61, 65, 102, 0.12);
	background: #fff;
	color: #f28c28;
}

.contact-point__icon svg {
	display: block;
	color: #f28c28;
}

.contact-point__body {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.contact-point__label {
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #777;
}

.contact-point__value {
	color: var(--violet, #3d4166);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.contact-point--link .contact-point__value {
	text-decoration: underline;
	text-decoration-color: rgba(61, 65, 102, 0.22);
	text-underline-offset: 3px;
}

.contact-point--link:hover .contact-point__value,
.contact-point--link:focus-visible .contact-point__value {
	text-decoration-color: #f28c28;
}

.contact-point__hint {
	color: #777;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.45;
}

.contact-note {
	margin: 22px 0 0;
	max-width: 34em;
	color: #666;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.65;
}

.contact-map {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.2fr);
	gap: 28px 40px;
	align-items: stretch;
	margin-top: 12px;
	padding-top: 36px;
	border-top: 1px solid rgba(61, 65, 102, 0.12);
}

.contact-map__intro h2 {
	margin: 8px 0 12px;
	font-size: clamp(1.35rem, 2vw, 1.85rem);
	line-height: 1.2;
}

.contact-map__intro p {
	margin: 0 0 12px;
	max-width: 36em;
	color: #555;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.65;
}

.contact-map__link {
	font-weight: 500;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.contact-map__frame {
	min-height: 280px;
	border-radius: 2px;
	overflow: hidden;
	background: #e8eaef;
	border: 1px solid rgba(61, 65, 102, 0.12);
}

.contact-map__frame iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 280px;
	border: 0;
}

.dw-service-depth__sources {
	margin-top: 36px;
	padding: 28px 0 0;
	border-top: 1px solid var(--line, rgba(61, 65, 102, 0.14));
}

.dw-service-depth__sources-head {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 12px 40px;
	align-items: end;
	margin-bottom: 20px;
}

.dw-service-depth__sources-head .eyebrow {
	margin: 0;
}

.dw-service-depth__sources-head p:last-child {
	margin: 0;
	max-width: 42ch;
	color: #666;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.6;
}

.dw-service-depth__sources-grid {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.dw-ref-card {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 18px 18px 16px;
	border: 1px solid rgba(61, 65, 102, 0.14);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.92), #fff),
		radial-gradient(120% 80% at 100% 0%, rgba(242, 140, 40, 0.08), transparent 55%);
	color: var(--violet, #3d4166);
	text-decoration: none;
	transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.dw-ref-card:hover,
.dw-ref-card:focus-visible {
	border-color: rgba(242, 140, 40, 0.45);
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(61, 65, 102, 0.08);
	outline: none;
}

.dw-ref-card__meta {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	padding: 4px 8px;
	border: 1px solid rgba(61, 65, 102, 0.14);
	color: #777;
	font-size: 10px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.dw-ref-card__title {
	margin: 0;
	color: var(--violet, #3d4166);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: 1.35;
}

.dw-ref-card__cta {
	margin-top: auto;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--orange, #f28c28);
	font-size: 12px;
	letter-spacing: 0.04em;
}

.dw-ref-card__cta svg {
	flex-shrink: 0;
}

.dw-service-depth__sources h3 {
	margin: 0 0 10px;
	font-size: 15px;
	font-weight: 400;
	color: var(--violet, #3d4166);
}

@media (max-width: 900px) {
	.dw-service-depth__sources-head {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.dw-service-depth__sources-grid {
		grid-template-columns: 1fr;
	}
}

.dw-service-depth__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
	gap: 28px 40px;
	margin-top: 24px;
	align-items: start;
}

.dw-service-depth h2 {
	margin: 0;
	color: var(--violet, #3d4166);
	font-size: clamp(28px, 4vw, 42px);
	font-weight: 300;
	letter-spacing: -0.03em;
}

.dw-service-depth h3 {
	margin: 0 0 10px;
	color: var(--violet, #3d4166);
	font-size: 16px;
	font-weight: 400;
}

.dw-service-depth h3 + p,
.dw-service-depth h3 + ul {
	margin: 0 0 22px;
}

.dw-service-depth p {
	color: #444;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.75;
}

.dw-service-depth__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

.dw-service-depth__list li {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 10px;
	align-items: start;
	color: var(--violet, #3d4166);
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
}

.dw-service-depth__list svg {
	color: #f28c28;
	margin-top: 2px;
}

.dw-service-depth__list--inline {
	margin-top: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 24px;
}

.console-note {
	margin: 14px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 12px;
	font-weight: 300;
	line-height: 1.5;
}

@media (max-width: 900px) {
	.dw-service-depth__grid,
	.dw-service-depth__list--inline {
		grid-template-columns: 1fr;
	}
}

.dw-services-hub__hero {
	max-width: 920px;
	margin-bottom: 36px;
}
.dw-services-hub__hero h1 {
	margin: 0;
	color: var(--violet, #3d4166);
	font-size: clamp(32px, 6.5vw, 58px);
	font-weight: 300;
	line-height: 1.08;
	letter-spacing: -0.045em;
	overflow-wrap: anywhere;
}
.dw-services-hub__band {
	margin: 0 0 48px;
	overflow: hidden;
}

.dw-services-hub__cap {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
	padding: 22px 20px;
	border-right: 1px solid var(--line, rgba(61, 65, 102, 0.16));
	color: var(--violet, #3d4166);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
}

.dw-services-hub__cap:last-child {
	border-right: 0;
}

.dw-services-hub__cap svg {
	flex: 0 0 auto;
	display: block;
	color: var(--orange, #f28c28);
	stroke: currentColor;
}

.dw-services-hub__cap span {
	display: block;
	min-width: 0;
	overflow-wrap: anywhere;
}

.dw-services-hub__grid {
	margin-top: 0;
}

/* Knowledge Studio — dense editorial shell */
.dw-main--studio {
	padding: 0;
}

.dw-knowledge-studio {
	padding-bottom: 48px;
}

.dw-studio-hero {
	position: relative;
	overflow: hidden;
	color: #fff;
	background:
		radial-gradient(ellipse 70% 80% at 92% 8%, rgba(242, 140, 40, 0.16), transparent 55%),
		linear-gradient(145deg, #2f3354 0%, #3d4166 48%, #2a2e4a 100%);
	padding: 24px 0 36px;
}

.dw-studio-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.85fr);
	gap: 24px;
	align-items: end;
}

.dw-studio-hero__copy .eyebrow {
	margin: 0 0 8px;
}

.dw-studio-hero__copy h1 {
	margin: 0;
	max-width: 14ch;
	color: #fff;
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 300;
	letter-spacing: -0.04em;
	line-height: 1.05;
}

.dw-studio-hero__copy .hero-lead {
	margin: 12px 0 0;
	max-width: 38rem;
	color: rgba(255, 255, 255, 0.78);
	font-size: 14px;
	line-height: 1.65;
}

.dw-studio-search {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 8px;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 10px;
	background: #fff;
	border: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0 14px 32px rgba(24, 27, 48, 0.18);
}

.dw-studio-search input {
	min-height: 46px;
	padding: 0 14px;
	border: 1px solid rgba(61, 65, 102, 0.14);
	background: #fbfbfa;
	color: var(--violet, #3d4166);
	font: inherit;
	font-weight: 300;
}

.dw-studio-search button {
	min-height: 46px;
	padding: 0 16px;
	border: 0;
	background: var(--violet, #3d4166);
	color: #fff;
	font: inherit;
	cursor: pointer;
}

.dw-knowledge-studio__body {
	padding-top: 20px;
}

.dw-studio-radar {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
	margin: 0 0 20px;
}

.dw-studio-radar a {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-height: 0;
	padding: 14px 14px 16px;
	border: 1px solid rgba(61, 65, 102, 0.14);
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: 400;
	background: var(--violet, #3d4166);
	transition: transform 0.25s ease, background 0.25s ease;
}

.dw-studio-radar a:hover,
.dw-studio-radar a:focus-visible {
	transform: translateY(-2px);
	background: #34385a;
}

.dw-studio-radar a svg {
	color: var(--orange, #f28c28);
}

.dw-studio-radar a small {
	display: block;
	margin-top: 2px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 11px;
	font-weight: 300;
}

.dw-studio-topics {
	margin: 0 0 18px;
}

.dw-studio-topics .eyebrow {
	margin: 0 0 10px;
}

.dw-studio-topics__rail {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.dw-studio-topic {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 40px;
	padding: 0 14px;
	border: 1px solid rgba(61, 65, 102, 0.16);
	background: #fff;
	color: var(--violet, #3d4166) !important;
	text-decoration: none !important;
	font-size: 13px;
	transition: border-color 0.25s ease, transform 0.25s ease;
}

.dw-studio-topic svg {
	color: var(--orange, #f28c28);
}

.dw-studio-topic:hover,
.dw-studio-topic:focus-visible {
	border-color: rgba(61, 65, 102, 0.4);
	transform: translateY(-1px);
}

.editorial-formats {
	margin: 0 0 24px;
}

.editorial-formats .eyebrow {
	margin: 0 0 10px;
}

.editorial-formats-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
	margin-top: 0;
}

.editorial-format-card {
	min-height: 0;
	padding: 14px 14px 16px;
	border: 1px solid rgba(61, 65, 102, 0.14);
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
	color: var(--violet, #3d4166);
	text-decoration: none;
	background: #fff;
	transition: border-color 0.25s ease, transform 0.25s ease;
}

.editorial-format-card:hover {
	transform: translateY(-2px);
	border-color: rgba(61, 65, 102, 0.35);
	background: linear-gradient(180deg, #fff 0%, rgba(216, 214, 230, 0.18) 100%);
}

.editorial-format-card svg {
	flex: 0 0 auto;
	color: var(--orange, #f28c28);
}

.editorial-format-card__text {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.editorial-format-card__text strong {
	font-size: 13px;
	font-weight: 400;
}

.editorial-format-card__text small {
	color: #777;
	font-size: 11px;
}

.featured-post {
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	gap: 24px;
	align-items: center;
	margin: 0 0 36px;
	padding: 0;
	background: none;
}

.featured-post-visual {
	min-height: 240px;
	max-height: 280px;
	background: #eceaf2;
	overflow: hidden;
}

.featured-post-visual img,
.featured-post-visual a {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.featured-post-visual a img {
	height: 100%;
}

.featured-post__copy h2 {
	margin: 8px 0 10px;
	font-size: clamp(24px, 2.6vw, 36px);
	font-weight: 300;
	letter-spacing: -0.03em;
	line-height: 1.15;
}

.featured-post__copy h2 a {
	color: var(--violet, #3d4166);
	text-decoration: none;
}

.featured-post__copy p {
	margin: 0 0 16px;
	max-width: 36rem;
	color: #555;
	font-size: 14px;
	line-height: 1.65;
}

.dw-studio-section-head {
	margin: 0 0 16px;
}

.dw-studio-section-head .eyebrow {
	margin: 0 0 6px;
}

.dw-studio-section-head h2 {
	margin: 0;
	color: var(--violet, #3d4166);
	font-size: clamp(22px, 2.2vw, 30px);
	font-weight: 300;
	letter-spacing: -0.03em;
}

.blog-grid,
.dw-studio-cases {
	margin: 0 0 36px;
}

.blog-grid-items {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px 16px;
}

.blog-grid-items article h3 {
	margin: 8px 0 6px;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: 1.25;
}

.blog-grid-items article h3 a {
	color: var(--violet, #3d4166);
	text-decoration: none;
}

.blog-grid-items article p {
	margin: 0;
	color: #666;
	font-size: 13px;
	line-height: 1.55;
}

.blog-art {
	min-height: 150px;
	aspect-ratio: 16 / 10;
	display: grid;
	place-items: center;
	background: #eceaf2;
	overflow: hidden;
	position: relative;
}

.blog-art img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
}

.blog-has-thumb {
	padding: 0;
}

.blog-grid-items--cases article {
	padding: 18px;
	border: 1px solid rgba(61, 65, 102, 0.14);
	background: #fff;
}

/* Format + generic archive sheets */
.dw-format-archive .dw-breadcrumb,
.dw-format-archive .dw-breadcrumb a {
	color: rgba(255, 255, 255, 0.72);
	font-size: 12px;
}

.dw-format-archive .dw-breadcrumb a:hover {
	color: #fff;
}

.dw-format-archive__meta {
	margin: 14px 0 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 13px;
	letter-spacing: 0.04em;
}

.dw-format-archive__siblings {
	margin-bottom: 28px;
}

.dw-format-empty {
	padding: 28px 24px;
	border: 1px solid rgba(61, 65, 102, 0.14);
	background: #fff;
}

.dw-format-empty p {
	margin: 0 0 16px;
	color: #555;
	font-size: 15px;
	line-height: 1.65;
	font-weight: 300;
}

.dw-format-empty .button {
	margin-right: 16px;
}

.dw-format-archive__pager {
	margin-top: 28px;
}

.dw-format-archive__pager .page-numbers {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.dw-format-archive__pager .page-numbers a,
.dw-format-archive__pager .page-numbers span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	min-height: 40px;
	padding: 0 12px;
	border: 1px solid rgba(61, 65, 102, 0.16);
	color: var(--violet, #3d4166);
	text-decoration: none;
	font-size: 13px;
}

.dw-format-archive__pager .page-numbers .current {
	background: var(--violet, #3d4166);
	border-color: var(--violet, #3d4166);
	color: #fff;
}

.dw-archive-shell .dw-studio-hero {
	margin-bottom: 0;
}

.dw-archive-hero__inner {
	padding-block: 36px 28px;
}

.dw-archive-grid {
	padding-block: 28px 56px;
}

.dw-archive-query .dw-archive-cards,
.wp-block-post-template.dw-archive-cards,
.wp-block-post-template.is-layout-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px 18px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.dw-archive-card,
.wp-block-post-template .dw-card,
.wp-block-post-template .wp-block-group.dw-archive-card {
	min-width: 0;
	width: 100%;
}

.dw-archive-card .wp-block-post-title,
.dw-archive-card h3 {
	margin: 12px 0 8px;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: 1.3;
	overflow-wrap: anywhere;
}

.dw-archive-card .wp-block-post-excerpt,
.dw-archive-card p {
	margin: 0;
	color: #666;
	font-size: 13px;
	line-height: 1.55;
}

.dw-archive-card .wp-block-post-featured-image,
.dw-archive-card__media {
	margin: 0;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #eceaf2;
}

.dw-archive-card .wp-block-post-featured-image img,
.dw-archive-card__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

@media (max-width: 1024px) {
	.dw-archive-query .dw-archive-cards,
	.wp-block-post-template.dw-archive-cards,
	.wp-block-post-template.is-layout-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.dw-archive-query .dw-archive-cards,
	.wp-block-post-template.dw-archive-cards,
	.wp-block-post-template.is-layout-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 1024px) {
	.dw-studio-hero__inner,
	.featured-post {
		grid-template-columns: 1fr;
	}

	.dw-studio-hero__copy h1 {
		max-width: none;
	}

	.dw-studio-radar,
	.editorial-formats-grid,
	.blog-grid-items {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.featured-post-visual {
		max-height: 220px;
	}
}

@media (max-width: 720px) {
	.dw-studio-hero {
		padding: 18px 0 28px;
	}

	.dw-knowledge-studio__body {
		padding-top: 20px;
	}

	.dw-studio-radar,
	.editorial-formats-grid,
	.blog-grid-items {
		grid-template-columns: 1fr;
	}

	.dw-studio-search {
		grid-template-columns: 1fr;
	}
}

/* Article read progress */
.dw-read-progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 80; background: rgba(216, 214, 230, 0.35); }
.dw-read-progress__bar { display: block; height: 100%; width: 0; background: #f28c28; transition: width 0.1s linear; }

@media (max-width: 1024px) {
	.seo-hero-grid,
	.ai-orbit-layout,
	.about-hero-grid,
	.contact-layout,
	.featured-post,
	.topic-universe,
	.client-method,
	.timeline { grid-template-columns: 1fr; }
	.contact-map { grid-template-columns: 1fr; }
	.dw-about-hero-mark { min-height: 0; }
	.dw-journey__track::before { left: 27px; }
	.dw-journey__item { gap: 20px; }
	.icon-card-grid,
	.icon-card-six,
	.mini-work-grid,
	.result-cards,
	.portfolio-wall,
	.sector-grid,
	.logo-wall,
	.client-stats,
	.portfolio-paths-grid,
	.editorial-formats-grid,
	.blog-grid-items,
	.case-grid { grid-template-columns: 1fr 1fr; }
	.dw-form__grid,
	.dw-case-sheet__grid,
	.dw-case-sheet__gallery-grid { grid-template-columns: 1fr 1fr; }
	.dw-clients-directory,
	.logo-wall.dw-clients-directory {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.dw-page {
		width: min(calc(100% - 40px), var(--max, 1320px));
		padding-block: 20px 72px;
	}

	.dw-section {
		margin-bottom: 72px;
	}

	.whatsapp-message { display: none; }
	.whatsapp-orbit,
	.dw-whatsapp-fab.whatsapp-orbit { right: 16px; bottom: 16px; }
	.whatsapp-orbit i { width: 58px; height: 58px; }
	.icon-card-grid,
	.icon-card-six,
	.mini-work-grid,
	.result-cards,
	.portfolio-wall,
	.sector-grid,
	.logo-wall,
	.client-stats,
	.portfolio-paths-grid,
	.editorial-formats-grid,
	.blog-grid-items,
	.case-grid,
	.timeline { grid-template-columns: 1fr; }
	.dw-form__grid,
	.dw-case-sheet__grid,
	.dw-case-sheet__gallery-grid {
		grid-template-columns: 1fr;
	}
	.dw-clients-directory,
	.logo-wall.dw-clients-directory {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.portfolio-wall-item.portfolio-featured { grid-column: auto; }

	.dw-page-cta {
		gap: 28px;
		padding: 38px 28px;
	}

	.contact-layout {
		gap: 42px;
	}

	.contact-layout .dw-form--propuesta {
		width: 100%;
		max-width: none;
	}

	.dw-form__nav {
		justify-content: stretch;
	}

	.dw-form__nav .button {
		flex: 1 1 150px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.whatsapp-orbit i::before,
	.whatsapp-orbit i::after { animation: none; }
	.whatsapp-message { transition: none; }
	.dw-read-progress__bar { transition: none; }
	.dw-reveal { opacity: 1; transform: none; transition: none; }
}

/* ── Motion system (internals) ── */
@keyframes orbitSpin { from { transform: translate(-50%,-50%) rotate(0deg); } to { transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes nodePulse { 0%, 100% { box-shadow: 0 12px 36px rgba(61,65,102,.06); } 50% { box-shadow: 0 14px 40px rgba(61,65,102,.12); } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes shimmer { 0% { background-position: -200% 0; } 100% { background-position: 200% 0; } }
@keyframes underlineGrow { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes cardLift { from { transform: translateY(0); } to { transform: translateY(-4px); } }
@keyframes waLoadIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

.dw-reveal { opacity: 1; transform: none; }
html.dw-motion-on .dw-reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s cubic-bezier(.22,.8,.22,1), transform .65s cubic-bezier(.22,.8,.22,1); }
html.dw-motion-on .dw-reveal.is-inview { opacity: 1; transform: none; }
.dw-reveal-stagger { transition-delay: calc(var(--i, 0) * 0.07s + 0.04s); }

.whatsapp-orbit { opacity: 0; transform: translateY(12px); }
.whatsapp-orbit.is-loaded { animation: waLoadIn .6s cubic-bezier(.22,.8,.22,1) .4s both; }

/* Case sheet — filled + accordion */
.dw-case-sheet__filled {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px 20px;
	margin-top: 28px;
}

.dw-case-sheet__item--filled {
	padding: 22px;
	border: 1px solid var(--line, rgba(61, 65, 102, 0.16));
	background: #fff;
	transition: transform .3s ease, box-shadow .3s ease;
}

.dw-case-sheet__item--filled:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 40px rgba(61, 65, 102, 0.08);
}

.dw-case-sheet__pending {
	margin-top: 32px;
	border: 1px solid var(--line, rgba(61, 65, 102, 0.16));
	background: #fafafa;
}

.dw-case-sheet__pending-toggle {
	width: 100%;
	min-height: 56px;
	padding: 16px 20px;
	display: flex;
	align-items: center;
	gap: 12px;
	border: 0;
	background: transparent;
	color: var(--violet, #3d4166);
	font: inherit;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
	text-align: left;
}

.dw-case-sheet__pending-toggle svg:last-child {
	margin-left: auto;
	transition: transform .25s ease;
}

.dw-case-sheet__pending-toggle.is-open svg:last-child {
	transform: rotate(90deg);
}

.dw-case-sheet__pending-panel {
	padding: 0 20px 20px;
}

.dw-case-sheet__pending-panel[hidden] {
	display: none;
}

.dw-case-sheet__checklist {
	list-style: none;
	margin: 16px 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 16px;
}

.dw-case-sheet__checklist li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	color: #666;
}

.dw-case-sheet__checklist svg {
	color: var(--lavender, #a8a6c9);
	flex-shrink: 0;
}

.dw-case-sheet__archive-band {
	margin-top: 40px;
	padding: 32px;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 28px;
	align-items: center;
	border: 1px solid var(--line, rgba(61, 65, 102, 0.16));
	background: linear-gradient(135deg, #f2f2f2 0%, #fff 60%);
}

.dw-case-sheet__archive-visual {
	width: 100px;
	height: 100px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: #fff;
	border: 1px solid var(--lavender-soft, #d8d6e6);
	color: var(--violet, #3d4166);
}

/* Recorrido cards */
.recorrido-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	grid-column: 1 / -1;
}

.recorrido-card {
	min-height: 200px;
	padding: 28px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	border: 1px solid var(--line, rgba(61, 65, 102, 0.16));
	background: #fff;
	color: var(--violet, #3d4166);
	text-decoration: none;
	transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.recorrido-card:hover {
	transform: translateY(-4px);
	border-color: rgba(61, 65, 102, 0.35);
	box-shadow: 0 16px 40px rgba(61, 65, 102, 0.08);
}

.recorrido-cta {
	margin-top: auto;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 11px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #f28c28;
}

/* Rich visual fallbacks (category tones) */
.mini-work-visual--rich,
.portfolio-art--rich,
.case-art--rich,
.blog-art--category {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	text-decoration: none;
	color: var(--violet, #3d4166);
}

.tone-web { background: linear-gradient(145deg, #d8d6e6, #f2f2f2); }
.tone-dev { background: linear-gradient(145deg, #e8e7f0, #f2f2f2); }
.tone-catalog { background: linear-gradient(145deg, #edeaf5, #f2f2f2); }
.tone-brand { background: linear-gradient(145deg, #f0ebe8, #f2f2f2); }
.tone-social { background: linear-gradient(145deg, #e6e8f0, #f2f2f2); }
.tone-photo { background: linear-gradient(145deg, #e8e6e0, #f2f2f2); }
.tone-ai { background: linear-gradient(145deg, #e4e6ee, #f2f2f2); }
.tone-recent { background: linear-gradient(145deg, #dfe2ec, #f2f2f2); }
.tone-default { background: #f2f2f2; }

.mini-work-category,
.portfolio-category {
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #666;
}

/* Portfolio ken-burns on hover */
.portfolio-has-thumb img {
	transition: transform 8s ease;
}

.portfolio-wall-item:hover .portfolio-has-thumb img {
	transform: none;
}

.portfolio-wall-item {
	transition: transform .3s ease;
}

.portfolio-wall-item:hover {
	transform: translateY(-3px);
}

/* Knowledge Studio format cards (legacy absolute count disabled in dense layout) */
.editorial-format-card {
	position: relative;
}

.format-count {
	display: none;
}

.topic-orbit a {
	transition: transform .3s ease, border-color .3s ease, background .3s ease;
}

.topic-orbit a:hover {
	transform: translateY(-3px);
	border-color: #f28c28;
	background: #fff;
}

/* Client cards hover */
.dw-client-card {
	transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.dw-client-card:hover .logo-placeholder {
	background: #fff;
	border-color: rgba(242, 140, 40, 0.45);
}

/* Case cards */
.case-card {
	transition: transform .3s ease;
}

.case-card:hover {
	transform: translateY(-4px);
}

/* Shimmer loader utility */
.dw-shimmer {
	background: linear-gradient(90deg, #f2f2f2 25%, #d8d6e6 50%, #f2f2f2 75%);
	background-size: 200% 100%;
	animation: shimmer 1.8s ease-in-out infinite;
}

/* 404 / Search chrome */
.dw-error-shell,
.dw-search-page .dw-page {
	padding-block: 48px 64px;
}

.dw-error-links,
.dw-search-shortcuts {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 32px 0;
}

.dw-search-shortcuts .text-link {
	padding: 10px 16px;
	border: 1px solid var(--line, rgba(61, 65, 102, 0.16));
	transition: transform .25s ease, border-color .25s ease;
}

.dw-search-shortcuts .text-link:hover {
	transform: translateY(-2px);
	border-color: rgba(61, 65, 102, 0.35);
}

.dw-search-empty {
	margin-top: 40px;
	padding: 32px;
	border: 1px solid var(--line, rgba(61, 65, 102, 0.16));
	background: #fafafa;
}

.dw-error-search,
.dw-search-form {
	max-width: 560px;
	margin-top: 24px;
}

/* Footer social enhancement */
.social-signature a {
	transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

.social-signature a:hover {
	transform: translateY(-2px);
	border-color: rgba(242, 140, 40, 0.45);
}

.social-signature a svg {
	transition: transform .25s ease;
}

.social-signature a:hover svg {
	transform: none;
}

/* Form focus ring (soft orange) */
.dw-explorer-toolbar input:focus,
.dw-explorer-toolbar select:focus,
.dw-studio-search input:focus {
	outline: 2px solid rgba(242, 140, 40, 0.55);
	outline-offset: 2px;
	border-color: var(--violet, #3d4166);
}

.portfolio-paths.dw-section {
	width: min(calc(100% - 80px), var(--max, 1320px));
	margin-inline: auto;
	margin-bottom: 48px;
}

.portfolio-wall.dw-explorer-grid {
	width: min(calc(100% - 80px), var(--max, 1320px));
	margin-inline: auto;
}

.dw-explorer-pagination {
	width: min(calc(100% - 80px), var(--max, 1320px));
	margin-inline: auto;
}

.blog-empty-card {
	grid-column: 1 / -1;
}


/* Portfolio explorer — creative shell */
.entry-content:has(> .dw-portfolio) {
	max-width: none;
	padding-inline: 0;
	margin-inline: 0;
}

.dw-portfolio {
	margin: 0;
}

.dw-portfolio-hero {
	position: relative;
	width: 100%;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
	background:
		radial-gradient(ellipse 70% 80% at 88% 12%, rgba(242, 140, 40, 0.18), transparent 55%),
		linear-gradient(145deg, #2f3354 0%, #3d4166 48%, #2a2e4a 100%);
	color: #fff;
	padding: 28px 0 56px;
	overflow: hidden;
}

.dw-portfolio-hero::before {
	content: "";
	position: absolute;
	inset: auto -8% -40% auto;
	width: min(520px, 55vw);
	height: min(520px, 55vw);
	border: 1px dashed rgba(216, 214, 230, 0.28);
	border-radius: 50%;
	pointer-events: none;
}

.dw-portfolio-hero::after {
	content: "";
	position: absolute;
	inset: auto 6% -18% auto;
	width: min(280px, 34vw);
	height: min(280px, 34vw);
	border: 1px solid rgba(168, 166, 201, 0.22);
	border-radius: 50%;
	pointer-events: none;
}

.dw-portfolio-hero__inner {
	position: relative;
	z-index: 1;
}

.dw-breadcrumb--light,
.dw-breadcrumb--light a {
	color: rgba(255, 255, 255, 0.72);
}

.dw-breadcrumb--light a:hover,
.dw-breadcrumb--light a:focus {
	color: #fff;
	border-bottom-color: var(--orange, #f28c28);
}

.dw-portfolio-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.85fr);
	gap: 36px;
	align-items: end;
	margin-top: 8px;
}

.dw-portfolio-hero__copy .eyebrow {
	margin: 0 0 10px;
}

.dw-portfolio-hero__copy h1 {
	margin: 0;
	max-width: 14ch;
	color: #fff;
	font-size: clamp(34px, 4.6vw, 58px);
	font-weight: 300;
	letter-spacing: -0.045em;
	line-height: 1.05;
}

.dw-portfolio-hero__copy .hero-lead {
	margin: 18px 0 0;
	max-width: 38rem;
	color: rgba(255, 255, 255, 0.78);
	font-size: 15px;
	line-height: 1.7;
}

.dw-portfolio-hero__signals {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}

.dw-portfolio-hero__signals li {
	position: relative;
	padding-left: 14px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 12px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.dw-portfolio-hero__signals li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--orange, #f28c28);
}

.dw-portfolio-hero__panel {
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
	padding: 22px 20px 18px;
}

.dw-portfolio-hero__panel-kicker {
	margin: 0 0 14px;
	color: rgba(255, 255, 255, 0.55);
	font-size: 11px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.dw-portfolio-hero__panel .dw-portfolio-hero__stats {
	border: 0;
	background: transparent;
	margin: 0 -6px;
}

.dw-portfolio-hero__panel-note {
	margin: 16px 0 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: 14px;
	line-height: 1.55;
}

.dw-portfolio-hero__panel-links {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 20px;
	margin-top: 16px;
}

.dw-portfolio-hero__panel-links .text-link {
	color: #fff;
}

.dw-portfolio-hero__stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.04);
}

.dw-portfolio-hero__stats > div {
	min-height: 112px;
	padding: 20px 18px;
	border-right: 1px solid rgba(255, 255, 255, 0.14);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 6px;
}

.dw-portfolio-hero__stats > div:last-child {
	border-right: 0;
}

.dw-portfolio-hero__stats strong {
	display: block;
	color: #fff;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 300;
	letter-spacing: -0.04em;
	line-height: 1;
}

.dw-portfolio-hero__stats span {
	color: rgba(255, 255, 255, 0.62);
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.dw-portfolio-hero__console {
	position: relative;
	z-index: 2;
	margin: 28px 0 0 !important;
	width: 100% !important;
	padding: 14px;
	background: #fff;
	border: 1px solid rgba(61, 65, 102, 0.12);
	box-shadow: 0 18px 40px rgba(24, 27, 48, 0.18);
}

.dw-portfolio-hero__console .dw-explorer-search__icon {
	color: var(--violet, #3d4166);
}

.dw-portfolio-hero__console input,
.dw-portfolio-hero__console select {
	border-color: rgba(61, 65, 102, 0.16);
	color: var(--violet, #3d4166);
	background: #fbfbfa;
}

.dw-portfolio-hero__console button {
	background: var(--violet, #3d4166);
	color: #fff;
}

.dw-portfolio__body {
	padding-top: 36px;
	padding-bottom: 40px;
}

.dw-portfolio-tours {
	margin: 0 0 40px;
}

.dw-portfolio-tours__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 14px;
}

.dw-portfolio-tours__head .eyebrow {
	margin: 0;
}

.dw-portfolio-tours__count {
	margin: 0;
	color: #777;
	font-size: 12px;
}

.dw-portfolio-tours__rail {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	overflow: visible;
	padding-bottom: 0;
}

.dw-portfolio-tour {
	flex: 0 1 auto;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 44px;
	padding: 0 16px;
	border: 1px solid rgba(61, 65, 102, 0.16);
	background: #fff;
	color: var(--violet, #3d4166) !important;
	text-decoration: none !important;
	font-size: 13px;
	white-space: nowrap;
	transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.dw-portfolio-tour svg {
	color: var(--orange, #f28c28);
}

.dw-portfolio-tour:hover,
.dw-portfolio-tour:focus-visible {
	border-color: rgba(61, 65, 102, 0.4);
	transform: translateY(-2px);
}

.dw-portfolio-tour.is-active {
	background: var(--violet, #3d4166);
	border-color: var(--violet, #3d4166);
	color: #fff !important;
}

.dw-portfolio-tour.is-active svg {
	color: var(--orange, #f28c28);
}

.dw-portfolio .portfolio-wall {
	width: 100%;
	margin-inline: 0;
}

/* Portfolio explorer: equal 3-up — no orphan empty cells */
.dw-portfolio .dw-mosaic {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.dw-portfolio .dw-mosaic__card,
.dw-portfolio .dw-mosaic__card.is-wide,
.dw-portfolio .dw-mosaic__card.is-tall,
.dw-portfolio .dw-mosaic__card.is-std {
	grid-column: auto;
}

.dw-portfolio .dw-mosaic__card.is-wide .dw-mosaic__media,
.dw-portfolio .dw-mosaic__card.is-tall .dw-mosaic__media {
	aspect-ratio: auto;
	max-height: none;
}

.dw-portfolio .dw-mosaic__card.is-wide .dw-mosaic__title {
	font-size: inherit;
}

@media (max-width: 900px) {
	.dw-portfolio .dw-mosaic {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.dw-portfolio .dw-mosaic {
		grid-template-columns: 1fr;
	}
}

/* Portfolio mosaic — compact editorial wall */
.dw-mosaic {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 12px;
	align-items: start;
}

/* Service related works: equal 3-up (must beat .dw-mosaic 12-col) */
.dw-mosaic.dw-mosaic--related {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.dw-mosaic.dw-mosaic--related .dw-mosaic__card {
	grid-column: auto;
}

.dw-mosaic.dw-mosaic--related .dw-mosaic__media {
	aspect-ratio: auto;
	max-height: none;
}

@media (max-width: 900px) {
	.dw-mosaic.dw-mosaic--related {
		grid-template-columns: 1fr;
	}
}

.dw-mosaic__card {
	grid-column: span 4;
	min-width: 0;
	margin: 0;
	background: transparent;
	transform: translateY(0);
	transition: transform 0.45s cubic-bezier(0.22, 0.8, 0.22, 1);
}

.dw-mosaic__card.is-wide {
	grid-column: span 8;
}

.dw-mosaic__card.is-tall {
	grid-column: span 4;
}

.dw-mosaic__hit {
	position: relative;
	display: block;
	overflow: hidden;
	color: #fff !important;
	text-decoration: none !important;
	background: #2f3354;
	isolation: isolate;
}

/*
 * Altura natural de la foto: sin aspect-ratio fijo ni max-height.
 * Así no hay crop por overflow; shade/frame siguen absolute sobre .dw-mosaic__hit.
 */
.dw-mosaic__media {
	position: relative;
	display: block;
	aspect-ratio: auto;
	max-height: none;
	overflow: hidden;
	background: #eceaf2;
}

.dw-mosaic__media:not(.has-thumb) {
	aspect-ratio: 1 / 1;
	min-height: 220px;
}

.dw-mosaic__card.is-wide .dw-mosaic__media,
.dw-mosaic__card.is-tall .dw-mosaic__media {
	aspect-ratio: auto;
	max-height: none;
}

.dw-mosaic__media img {
	position: static;
	inset: auto;
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	object-fit: contain;
	object-position: center center;
	transform: none;
	transition: filter 0.45s ease;
	filter: saturate(0.92) contrast(1.02);
}

.dw-mosaic__fallback {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	min-height: inherit;
	color: var(--violet, #3d4166);
}

.dw-mosaic__shade {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(180deg, rgba(24, 27, 48, 0.08) 0%, rgba(24, 27, 48, 0.1) 42%, rgba(24, 27, 48, 0.78) 100%);
	transition: background 0.4s ease, opacity 0.4s ease;
	z-index: 1;
}

.dw-mosaic__frame {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 16px 16px 18px;
	pointer-events: none;
}

.dw-mosaic__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.dw-mosaic__num {
	font-size: 11px;
	letter-spacing: 0.14em;
	color: rgba(255, 255, 255, 0.78);
}

.dw-mosaic__cat {
	max-width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 10px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.7);
}

.dw-mosaic__bottom {
	display: grid;
	gap: 8px;
	transform: translateY(6px);
	transition: transform 0.4s cubic-bezier(0.22, 0.8, 0.22, 1);
}

.dw-mosaic__kicker {
	display: block;
	font-size: 10px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(242, 140, 40, 0.95);
}

.dw-mosaic__title {
	display: block;
	max-width: 16ch;
	font-size: clamp(18px, 1.7vw, 26px);
	font-weight: 300;
	letter-spacing: -0.03em;
	line-height: 1.15;
	color: #fff;
	text-wrap: balance;
}

.dw-mosaic__card.is-wide .dw-mosaic__title {
	max-width: 22ch;
	font-size: clamp(22px, 2.2vw, 34px);
}

.dw-mosaic__go {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #fff;
	opacity: 0;
	transform: translateY(8px);
	transition: opacity 0.35s ease, transform 0.35s ease;
}

.dw-mosaic__go svg {
	color: var(--orange, #f28c28);
	transition: transform 0.3s ease;
}

.dw-mosaic__hit::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background: var(--orange, #f28c28);
	transform: scaleX(0.18);
	transform-origin: left center;
	transition: transform 0.4s cubic-bezier(0.22, 0.8, 0.22, 1);
	z-index: 3;
}

.dw-mosaic__card:hover,
.dw-mosaic__card:focus-within {
	transform: translateY(-4px);
}

.dw-mosaic__card:hover .dw-mosaic__media img,
.dw-mosaic__card:focus-within .dw-mosaic__media img {
	transform: none;
	filter: saturate(1.05) contrast(1.04);
}

.dw-mosaic__card:hover .dw-mosaic__shade,
.dw-mosaic__card:focus-within .dw-mosaic__shade {
	background:
		linear-gradient(180deg, rgba(24, 27, 48, 0.18) 0%, rgba(24, 27, 48, 0.28) 40%, rgba(24, 27, 48, 0.88) 100%);
}

.dw-mosaic__card:hover .dw-mosaic__bottom,
.dw-mosaic__card:focus-within .dw-mosaic__bottom {
	transform: translateY(0);
}

.dw-mosaic__card:hover .dw-mosaic__go,
.dw-mosaic__card:focus-within .dw-mosaic__go {
	opacity: 1;
	transform: translateY(0);
}

.dw-mosaic__card:hover .dw-mosaic__go svg,
.dw-mosaic__card:focus-within .dw-mosaic__go svg {
	transform: translateX(3px);
}

.dw-mosaic__card:hover .dw-mosaic__hit::after,
.dw-mosaic__card:focus-within .dw-mosaic__hit::after {
	transform: scaleX(1);
}

@media (hover: none) {
	.dw-mosaic__go {
		opacity: 0.92;
		transform: none;
	}

	.dw-mosaic__bottom {
		transform: none;
	}

	.dw-mosaic__hit::after {
		transform: scaleX(0.28);
	}
}

.dw-portfolio .dw-page-cta {
	margin-top: 56px;
}

/* Project singular sheet */
.dw-main--project,
.dw-main--project > .wp-block-post-content,
.entry-content:has(> .dw-project) {
	max-width: none;
	padding: 0;
	margin: 0;
}

.dw-project {
	margin: 0;
}

.dw-project-hero {
	position: relative;
	overflow: hidden;
	color: #fff;
	background:
		radial-gradient(ellipse 60% 80% at 90% 10%, rgba(242, 140, 40, 0.16), transparent 55%),
		linear-gradient(145deg, #2f3354 0%, #3d4166 48%, #2a2e4a 100%);
	padding: 28px 0 52px;
}

.dw-project-hero.has-media {
	min-height: min(62vh, 560px);
	display: flex;
	align-items: flex-end;
}

.dw-project-hero--framed {
	min-height: 0;
	padding: 28px 0 44px;
	display: block;
	align-items: stretch;
}

.dw-project-hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.dw-project-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center top;
	filter: saturate(0.95) contrast(1.04);
	transform: none;
}

.dw-project-hero__veil {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(24, 27, 48, 0.88) 0%, rgba(24, 27, 48, 0.55) 48%, rgba(24, 27, 48, 0.22) 100%),
		linear-gradient(180deg, rgba(24, 27, 48, 0.18) 0%, rgba(24, 27, 48, 0.62) 100%);
}

.dw-project-hero__inner {
	position: relative;
	z-index: 1;
	/* Keep .section-shell inset so hero copy/frame align with header + body */
	width: min(calc(100% - 80px), var(--max, 1320px));
	margin-inline: auto;
}

@media (max-width: 1100px) {
	.dw-project-hero__inner {
		width: min(calc(100% - 48px), var(--max, 1320px));
	}
}

@media (max-width: 820px) {
	.dw-project-hero__inner {
		width: min(calc(100% - 40px), var(--max, 1320px));
	}
}

@media (max-width: 540px) {
	.dw-project-hero__inner {
		width: min(calc(100% - 28px), var(--max, 1320px));
	}
}

.dw-project-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(240px, 0.7fr);
	gap: 28px;
	align-items: end;
	margin-top: 10px;
}

.dw-project-hero__grid--split {
	align-items: center;
	grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
	gap: 36px;
}

.dw-project-hero__frame {
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: #eceaf2;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.dw-project-hero__frame-img,
.dw-project-hero__frame img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	object-position: center;
}

.dw-project-hero__frame figcaption {
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding: 12px 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(24, 27, 48, 0.45);
}

.dw-project-hero__frame figcaption span {
	font-size: 10px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
}

.dw-project-hero__frame figcaption strong {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
}

.dw-project-hero__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.dw-project-hero__tags li {
	padding: 6px 10px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	color: rgba(255, 255, 255, 0.88);
	font-size: 12px;
	letter-spacing: 0.02em;
}

.dw-project-hero__client {
	margin: 0 0 8px;
	color: var(--orange, #f28c28);
	font-size: 13px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.dw-project-hero__copy h1 {
	margin: 0;
	max-width: 14ch;
	color: #fff;
	font-size: clamp(32px, 4.4vw, 56px);
	font-weight: 300;
	letter-spacing: -0.04em;
	line-height: 1.05;
}

.dw-project-hero__subtitle {
	margin: 12px 0 0;
	max-width: 28rem;
	color: rgba(255, 255, 255, 0.92);
	font-size: clamp(18px, 2vw, 24px);
	font-weight: 300;
	letter-spacing: -0.02em;
	line-height: 1.35;
}

.dw-project-hero__copy .hero-lead {
	margin: 16px 0 0;
	max-width: 40rem;
	color: rgba(255, 255, 255, 0.78);
	font-size: 15px;
	line-height: 1.7;
}

.dw-project-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 18px;
	margin-top: 24px;
}

.dw-project-hero__back {
	color: rgba(255, 255, 255, 0.84) !important;
}

.dw-project-hero__facts {
	display: grid;
	gap: 0;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(8px);
}

.dw-project-hero__facts > div {
	padding: 14px 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.dw-project-hero__facts > div:last-child {
	border-bottom: 0;
}

.dw-project-hero__facts span {
	display: block;
	margin-bottom: 4px;
	color: rgba(255, 255, 255, 0.58);
	font-size: 10px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.dw-project-hero__facts strong {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: -0.01em;
}

.dw-project__body {
	padding-top: 40px;
	padding-bottom: 56px;
}

.dw-project__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
	gap: 48px;
	align-items: start;
}

.dw-project__cover {
	margin: 0 0 28px;
	overflow: hidden;
	background: #eceaf2;
}

.dw-project__cover-img,
.dw-project__cover img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 420px;
	object-fit: contain;
	object-position: center top;
}

.dw-project__cover figcaption {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 14px 16px;
	border-top: 1px solid rgba(61, 65, 102, 0.12);
	background: #fff;
	color: var(--violet, #3d4166);
}

.dw-project__cover figcaption span {
	font-size: 10px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(61, 65, 102, 0.58);
}

.dw-project__cover figcaption strong {
	font-size: 20px;
	font-weight: 300;
	letter-spacing: -0.03em;
}

.dw-project__prose {
	max-width: none;
	color: #333;
	font-weight: 300;
	line-height: 1.75;
}

.dw-project__prose > *:first-child {
	margin-top: 0;
}

.dw-project__lede {
	margin: 0 0 28px;
	padding-bottom: 28px;
	border-bottom: 1px solid rgba(61, 65, 102, 0.12);
	font-size: clamp(17px, 1.35vw, 19px);
	line-height: 1.75;
	color: #3a3a48;
}

.dw-project__lede p {
	margin: 0 0 1em;
}

.dw-project__lede p:last-child {
	margin-bottom: 0;
}

.dw-project__chapter {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	gap: 16px;
	padding: 26px 0;
	border-top: 1px solid rgba(61, 65, 102, 0.12);
}

.dw-project__chapter:first-of-type {
	border-top: 0;
	padding-top: 0;
}

.dw-project__chapter-index {
	color: var(--lavender, #a8a6c9);
	font-size: 26px;
	font-weight: 300;
	letter-spacing: -0.04em;
	line-height: 1;
}

.dw-project__chapter-body h2 {
	margin: 0 0 12px;
	color: var(--violet, #3d4166);
	font-size: clamp(20px, 2vw, 26px);
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: 1.25;
}

.dw-project__chapter-text {
	color: #444;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7;
}

.dw-project__chapter-text p {
	margin: 0 0 12px;
}

.dw-project__chapter-text p:last-child {
	margin-bottom: 0;
}

.dw-project__prose h2 {
	margin: 2.2em 0 0.55em;
	color: var(--violet, #3d4166);
	font-size: clamp(22px, 2.2vw, 30px);
	font-weight: 300;
	letter-spacing: -0.03em;
	line-height: 1.2;
}

.dw-project__prose p {
	margin: 0 0 1.15em;
}

.dw-project__prose a {
	color: var(--violet, #3d4166);
}

.dw-project__prose img {
	max-width: 100%;
	height: auto;
}

.dw-project__rail-card {
	position: sticky;
	top: 96px;
	padding: 22px;
	border: 1px solid rgba(61, 65, 102, 0.14);
	background:
		linear-gradient(180deg, #fff 0%, rgba(242, 242, 242, 0.55) 100%);
}

.dw-project__rail-card .eyebrow {
	margin: 0 0 10px;
}

.dw-project__rail-line {
	margin: 0 0 4px;
	color: #444;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.55;
}

.dw-project__rail-card h3 {
	margin: 20px 0 10px;
	color: var(--violet, #3d4166);
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.dw-project__meta-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dw-project__meta-list li {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 8px 0;
	border-bottom: 1px solid rgba(61, 65, 102, 0.1);
	font-size: 13px;
}

.dw-project__meta-list li:last-child {
	border-bottom: 0;
}

.dw-project__meta-list span {
	color: rgba(61, 65, 102, 0.62);
}

.dw-project__meta-list strong {
	color: var(--violet, #3d4166);
	font-weight: 400;
	text-align: right;
}

.dw-project__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dw-project__chips li {
	padding: 6px 10px;
	border: 1px solid rgba(61, 65, 102, 0.16);
	color: var(--violet, #3d4166);
	font-size: 12px;
}

.dw-project__chips--muted li {
	background: rgba(216, 214, 230, 0.28);
}

.dw-project__rail-actions {
	display: grid;
	gap: 10px;
	margin-top: 22px;
}

.dw-project__gallery {
	margin-top: 48px;
}

.dw-project__gallery h2 {
	margin: 8px 0 18px;
	color: var(--violet, #3d4166);
	font-weight: 300;
	letter-spacing: -0.03em;
}

.dw-project__gallery-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.dw-project__gallery-grid figure {
	grid-column: auto;
	margin: 0;
	overflow: hidden;
	background: #eceaf2;
	aspect-ratio: 4 / 3;
}

.dw-project__gallery-grid figure.is-wide {
	grid-column: auto;
	aspect-ratio: 4 / 3;
}

.dw-project__gallery-grid img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 0.8s ease;
}

.dw-project__gallery-grid figure:hover img {
	transform: scale(1.04);
}

.dw-project__related {
	margin-top: 64px;
}

.dw-project__related-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 20px;
}

.dw-project__related-head h2 {
	margin: 8px 0 0;
	color: var(--violet, #3d4166);
	font-weight: 300;
	letter-spacing: -0.03em;
}

/* Project-related compact wall: equal cells, no orphan spans */
.dw-mosaic.dw-mosaic--compact {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	align-items: stretch;
}

.dw-mosaic.dw-mosaic--compact .dw-mosaic__card,
.dw-mosaic.dw-mosaic--compact .dw-mosaic__card.is-wide,
.dw-mosaic.dw-mosaic--compact .dw-mosaic__card.is-tall,
.dw-mosaic.dw-mosaic--compact .dw-mosaic__card.is-std {
	grid-column: auto;
}

.dw-mosaic--compact .dw-mosaic__media,
.dw-mosaic--compact .dw-mosaic__card.is-wide .dw-mosaic__media,
.dw-mosaic--compact .dw-mosaic__card.is-tall .dw-mosaic__media {
	aspect-ratio: auto;
	max-height: none;
}
.dw-mosaic--compact .dw-mosaic__media:not(.has-thumb) {
	aspect-ratio: 1 / 1;
	min-height: 180px;
}

@media (max-width: 900px) {
	.dw-mosaic.dw-mosaic--compact {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.dw-mosaic.dw-mosaic--compact {
		grid-template-columns: minmax(0, 1fr);
	}
}

.dw-project .dw-page-cta {
	margin-top: 56px;
}

@media (max-width: 1024px) {
	.dw-project-hero__grid,
	.dw-project-hero__grid--split,
	.dw-project__layout {
		grid-template-columns: 1fr;
	}

	.dw-project-hero__copy h1 {
		max-width: none;
	}

	.dw-project-hero__frame {
		max-width: 420px;
	}

	.dw-project__rail-card {
		position: static;
	}

	.dw-project__gallery-grid figure,
	.dw-project__gallery-grid figure.is-wide {
		grid-column: span 6;
		aspect-ratio: 4 / 3;
	}
}

@media (max-width: 720px) {
	.dw-project-hero {
		padding: 20px 0 36px;
		min-height: 0;
	}

	.dw-project-hero.has-media {
		min-height: 0;
	}

	.dw-project__body {
		padding-top: 28px;
	}

	.dw-project__cover-img,
	.dw-project__cover img {
		max-height: 260px;
	}

	.dw-project__chapter {
		grid-template-columns: 40px minmax(0, 1fr);
		gap: 12px;
		padding: 20px 0;
	}

	.dw-project__chapter-index {
		font-size: 22px;
	}

	.dw-project__gallery-grid figure,
	.dw-project__gallery-grid figure.is-wide {
		grid-column: span 12;
	}

	.dw-project__related-head {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 1024px) {
	.dw-mosaic__card,
	.dw-mosaic__card.is-wide,
	.dw-mosaic__card.is-tall {
		grid-column: span 6;
	}

	.dw-mosaic__card.is-wide .dw-mosaic__media,
	.dw-mosaic__card.is-tall .dw-mosaic__media,
	.dw-mosaic__media {
		aspect-ratio: auto;
		max-height: none;
	}
	.dw-mosaic__media:not(.has-thumb) {
		aspect-ratio: 1 / 1;
		min-height: 200px;
	}
}

@media (max-width: 720px) {
	.dw-mosaic {
		gap: 10px;
	}

	.dw-mosaic__card,
	.dw-mosaic__card.is-wide,
	.dw-mosaic__card.is-tall {
		grid-column: span 12;
	}

	.dw-mosaic__media,
	.dw-mosaic__card.is-wide .dw-mosaic__media,
	.dw-mosaic__card.is-tall .dw-mosaic__media {
		aspect-ratio: auto;
		max-height: none;
	}

	.dw-mosaic__title {
		max-width: none;
	}
}

@media (max-width: 1024px) {
	.dw-portfolio-hero__grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.dw-portfolio-hero__copy h1 {
		max-width: none;
	}
}

@media (max-width: 720px) {
	.dw-portfolio-hero {
		padding: 20px 0 40px;
	}

	.dw-portfolio-hero__stats {
		grid-template-columns: 1fr;
	}

	.dw-portfolio-hero__stats > div {
		min-height: 72px;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	}

	.dw-portfolio-hero__stats > div:last-child {
		border-bottom: 0;
	}

	.dw-portfolio-hero__console {
		padding: 12px;
	}

	.dw-portfolio__body {
		padding-top: 28px;
	}
}

/* Portfolio explorer shell (legacy toolbar outside hero) */
.entry-content > .dw-page:has(+ .dw-explorer-toolbar),
.entry-content > .dw-page:has(+ form.dw-explorer-toolbar) {
	padding-bottom: 0;
}

.dw-explorer-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 12px;
	width: min(calc(100% - 80px), var(--max, 1320px));
	margin: 20px auto 36px;
}

.dw-explorer-search {
	position: relative;
	flex: 1 1 240px;
	min-width: min(100%, 220px);
}

.dw-explorer-search__icon {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	display: grid;
	place-items: center;
	color: var(--violet, #3d4166);
	opacity: 0.55;
	pointer-events: none;
}

.dw-explorer-search__icon svg {
	display: block;
}

.dw-explorer-toolbar input,
.dw-explorer-toolbar select {
	min-height: 48px;
	padding: 0 14px;
	border: 1px solid var(--line, rgba(61, 65, 102, 0.16));
	background: #fff;
	font: inherit;
	font-weight: 300;
	color: #333;
	width: 100%;
}

.dw-explorer-search input {
	padding-left: 42px;
}

.dw-explorer-toolbar select {
	flex: 1 1 180px;
	width: auto;
	min-width: min(100%, 160px);
}

.dw-explorer-toolbar button {
	flex: 0 0 auto;
	min-height: 48px;
	padding: 0 18px;
	border: 1px solid var(--violet, #3d4166);
	background: var(--violet, #3d4166);
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	cursor: pointer;
}

.dw-clients-honesty {
	margin: 0 0 28px;
	padding: 14px 16px;
	border: 1px dashed var(--lavender, #a8a6c9);
	background: #fafafa;
	color: #555;
	font-size: 13px;
	line-height: 1.5;
}

.dw-clients-empty {
	margin: 24px 0 48px;
	padding: 28px 24px;
	border: 1px dashed var(--lavender, #a8a6c9);
	background: #fafafa;
}

.dw-clients-empty h2 {
	margin: 0 0 12px;
	color: var(--violet, #3d4166);
	font-size: 22px;
	font-weight: 400;
}

.dw-clients-empty p {
	margin: 0 0 20px;
	max-width: 42rem;
}

/* Knowledge Studio shell */
.dw-studio-hero {
	padding-block: 24px 36px;
}

.dw-client-card--no-logo .logo-placeholder {
	min-height: 100%;
}

/* Case archive filters and privacy content */
.dw-casos-filters {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	gap: 12px;
	margin: 32px 0 40px;
	padding: 18px;
	border: 1px solid var(--line, rgba(61, 65, 102, .16));
	background: #fff;
}
.dw-casos-filters label {
	display: block;
	width: 100%;
	color: var(--violet, #3d4166);
	font-size: 12px;
	font-weight: 400;
}
.dw-casos-filters select {
	min-height: 44px;
	flex: 1 1 240px;
	padding: 0 12px;
	border: 1px solid var(--line, rgba(61, 65, 102, .16));
	background: #fff;
}
.case-card__meta {
	color: #777;
	font-size: 12px;
}
.case-card__services {
	margin: 0 0 8px;
	color: var(--violet, #3d4166);
	font-size: 12px;
	font-weight: 400;
}
.case-card__results {
	margin: 0 0 12px;
	font-size: 13px;
	line-height: 1.55;
}
.case-card__pending {
	display: inline-block;
	margin: 0 0 14px;
}
.case-card--pending {
	opacity: 0.98;
}

/* Casos archive — testimonial rows (prod /rosario/casos-de-exito/ × 4 pages) */
.dw-casos-archive .dw-casos-count {
	margin: 8px 0 28px;
	font-size: 14px;
	color: #3d4166;
	opacity: 0.75;
}

.case-list {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin: 12px 0 48px;
}

.case-row {
	display: grid;
	grid-template-columns: minmax(220px, 38%) 1fr;
	gap: 28px 36px;
	align-items: stretch;
	padding: 0 0 36px;
	margin: 0 0 36px;
	border-bottom: 1px solid rgba(61, 65, 102, 0.12);
}

.case-row__media {
	position: relative;
	display: block;
	overflow: hidden;
	background: #f2f2f2;
	min-height: 220px;
}

.case-row__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 220px;
	object-fit: contain;
}

.case-row__fallback {
	display: grid;
	place-items: center;
	min-height: 220px;
	color: #3d4166;
	opacity: 0.45;
}

.case-row__date {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 72px;
	padding: 12px 14px;
	background: #3d4166;
	color: #fff;
	line-height: 1.15;
}

.case-row__date strong {
	font-size: 22px;
	font-weight: 400;
}

.case-row__date span,
.case-row__date em {
	font-size: 11px;
	font-style: normal;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	opacity: 0.9;
}

.case-row__body h2 {
	margin: 0 0 14px;
	font-size: clamp(1.15rem, 1.8vw, 1.45rem);
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: #333;
}

.case-row__body h2 a {
	color: inherit;
	text-decoration: none;
}

.case-row__body h2 a:hover {
	color: #3d4166;
}

.case-row__body blockquote {
	margin: 0 0 16px;
	padding: 0;
	border: 0;
}

.case-row__body blockquote p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.65;
	color: #333;
	font-weight: 300;
}

.case-row__author {
	margin: 0 0 18px;
	font-size: 14px;
	color: #3d4166;
}

.dw-casos-pagination {
	margin: 8px 0 40px;
}

.dw-casos-pagination .page-numbers {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.dw-casos-pagination .page-numbers li {
	margin: 0;
}

.dw-casos-pagination a,
.dw-casos-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	min-height: 40px;
	padding: 0 12px;
	border: 1px solid rgba(61, 65, 102, 0.18);
	color: #3d4166;
	text-decoration: none;
	font-size: 14px;
}

.dw-casos-pagination .current {
	background: #3d4166;
	border-color: #3d4166;
	color: #fff;
}

.dw-casos-pagination a:hover {
	border-color: #f28c28;
}

.dw-case-sheet__honesty {
	margin: 16px 0 8px;
}
.dw-case-sheet__item--empty-results {
	margin-top: 20px;
	padding: 20px;
	border: 1px dashed var(--lavender, #a8a6c9);
	background: #fafafa;
}
.dw-case-sheet__pending-count {
	margin-left: auto;
	min-width: 28px;
	padding: 2px 8px;
	border: 1px solid var(--line, rgba(61, 65, 102, 0.2));
	font-size: 11px;
	color: var(--violet, #3d4166);
}
.dw-case-sheet__checklist em {
	margin-left: 8px;
	color: #888;
	font-size: 11px;
	font-style: normal;
}
.dw-privacy-page .dw-section {
	max-width: 760px;
}

/* Legal / utility sheets */
.entry-content:has(> .dw-legal) {
	max-width: none;
	padding: 0;
	margin: 0;
}

.dw-legal {
	padding-block: 8px 72px;
	background:
		radial-gradient(ellipse 70% 40% at 0% 0%, rgba(216, 214, 230, 0.35), transparent 55%),
		linear-gradient(180deg, #f7f7f9 0%, #fff 220px);
}

.dw-legal__hero {
	padding: 32px 28px 36px;
	margin-bottom: 36px;
	border: 1px solid rgba(61, 65, 102, 0.1);
	background:
		linear-gradient(135deg, rgba(61, 65, 102, 0.94) 0%, rgba(48, 52, 81, 0.92) 55%, rgba(61, 65, 102, 0.88) 100%);
	color: #fff;
}

.dw-legal__hero .dw-breadcrumb,
.dw-legal__hero .dw-breadcrumb a {
	color: rgba(255, 255, 255, 0.72);
}

.dw-legal__hero .eyebrow {
	color: rgba(242, 140, 40, 0.95);
}

.dw-legal__hero h1 {
	margin: 0;
	max-width: 16ch;
	color: #fff;
	font-size: clamp(32px, 4.2vw, 48px);
	font-weight: 300;
	letter-spacing: -0.04em;
	line-height: 1.08;
}

.dw-legal__hero .hero-lead {
	margin-top: 16px;
	max-width: 40rem;
	color: rgba(255, 255, 255, 0.78);
	font-weight: 300;
}

.dw-legal__updated {
	margin: 18px 0 0;
	color: rgba(255, 255, 255, 0.55);
	font-size: 12px;
	letter-spacing: 0.04em;
}

.dw-legal__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(220px, 0.7fr);
	gap: 40px;
	align-items: start;
}

.dw-legal__lede {
	margin: 0 0 28px;
	padding-bottom: 28px;
	border-bottom: 1px solid rgba(61, 65, 102, 0.12);
	max-width: 46rem;
	color: #3a3a48;
	font-size: clamp(16px, 1.3vw, 18px);
	font-weight: 300;
	line-height: 1.75;
}

.dw-legal__lede p {
	margin: 0 0 1em;
}

.dw-legal__lede p:last-child {
	margin-bottom: 0;
}

.dw-legal__clause {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	gap: 16px;
	padding: 26px 0;
	border-top: 1px solid rgba(61, 65, 102, 0.12);
}

.dw-legal__clause:first-child {
	border-top: 0;
	padding-top: 0;
}

.dw-legal__clause-index {
	color: var(--lavender, #a8a6c9);
	font-size: 26px;
	font-weight: 300;
	letter-spacing: -0.04em;
	line-height: 1;
}

.dw-legal__clause-label {
	margin: 0 0 6px;
	color: var(--orange, #f28c28);
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.dw-legal__clause-body h2 {
	margin: 0 0 12px;
	color: var(--violet, #3d4166);
	font-size: clamp(18px, 1.8vw, 24px);
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: 1.3;
}

.dw-legal__clause-text {
	max-width: 46rem;
	color: #444;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.75;
}

.dw-legal__clause-text p {
	margin: 0 0 12px;
}

.dw-legal__clause-text p:last-child {
	margin-bottom: 0;
}

.dw-legal__clause-text strong {
	font-weight: 400;
	color: var(--violet, #3d4166);
}

.dw-legal__rail-card {
	position: sticky;
	top: 96px;
	padding: 22px;
	border: 1px solid rgba(61, 65, 102, 0.14);
	background: linear-gradient(180deg, #fff 0%, rgba(242, 242, 242, 0.55) 100%);
}

.dw-legal__rail-card .eyebrow {
	margin: 0 0 14px;
}

.dw-legal__toc {
	margin: 0;
	padding: 0 0 0 1.1em;
	list-style: decimal;
}

.dw-legal__toc--plain {
	list-style: none;
	padding-left: 0;
}

.dw-legal__toc li {
	margin: 0 0 10px;
	color: var(--violet, #3d4166);
	font-size: 13px;
	font-weight: 300;
	line-height: 1.4;
}

.dw-legal__toc a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: border-color 0.2s ease, color 0.2s ease;
}

.dw-legal__toc a:hover {
	color: var(--orange, #f28c28);
	border-bottom-color: rgba(242, 140, 40, 0.45);
}

.dw-legal__rail-actions {
	display: grid;
	gap: 12px;
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px solid rgba(61, 65, 102, 0.12);
}

.dw-legal__prose {
	max-width: 46rem;
	color: #333;
	font-weight: 300;
	line-height: 1.75;
}

.dw-legal--utility .dw-legal__prose,
.dw-legacy-prose {
	max-width: min(54rem, 100%);
}

.dw-legal__prose h2,
.dw-legal__prose h3 {
	margin: 1.8em 0 0.55em;
	color: var(--violet, #3d4166);
	font-weight: 400;
	letter-spacing: -0.02em;
}

.dw-legal__prose p {
	margin: 0 0 1.1em;
}

.dw-legal__prose a {
	color: var(--violet, #3d4166);
}

.dw-legacy-prose img,
.dw-legal--utility .dw-legal__prose img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 1.35em 0;
	border: 1px solid rgba(61, 65, 102, 0.12);
}

.dw-legacy-prose .alignleft,
.dw-legacy-prose img.alignleft,
.dw-legal--utility .dw-legal__prose .alignleft,
.dw-legal--utility .dw-legal__prose img.alignleft {
	float: left;
	max-width: min(46%, 320px);
	margin: 0.35em 1.25em 1em 0;
}

.dw-legacy-prose .alignright,
.dw-legacy-prose img.alignright,
.dw-legal--utility .dw-legal__prose .alignright,
.dw-legal--utility .dw-legal__prose img.alignright {
	float: right;
	max-width: min(46%, 320px);
	margin: 0.35em 0 1em 1.25em;
}

.dw-legacy-prose .aligncenter,
.dw-legacy-prose img.aligncenter,
.dw-legal--utility .dw-legal__prose .aligncenter,
.dw-legal--utility .dw-legal__prose img.aligncenter {
	margin-inline: auto;
}

.dw-legacy-prose::after,
.dw-legal--utility .dw-legal__prose::after {
	content: "";
	display: table;
	clear: both;
}

@media (max-width: 720px) {
	.dw-legacy-prose .alignleft,
	.dw-legacy-prose img.alignleft,
	.dw-legacy-prose .alignright,
	.dw-legacy-prose img.alignright,
	.dw-legal--utility .dw-legal__prose .alignleft,
	.dw-legal--utility .dw-legal__prose img.alignleft,
	.dw-legal--utility .dw-legal__prose .alignright,
	.dw-legal--utility .dw-legal__prose img.alignright {
		float: none;
		max-width: 100%;
		margin: 1.1em 0;
	}
}

@media (max-width: 1024px) {
	.dw-legal__layout {
		grid-template-columns: 1fr;
	}

	.dw-legal__hero h1 {
		max-width: none;
	}

	.dw-legal__rail-card {
		position: static;
	}
}

@media (max-width: 720px) {
	.dw-legal {
		padding-bottom: 48px;
	}

	.dw-legal__clause {
		grid-template-columns: 40px minmax(0, 1fr);
		gap: 12px;
		padding: 20px 0;
	}

	.dw-legal__clause-index {
		font-size: 22px;
	}
}

@media (max-width: 1100px) and (min-width: 721px) {
	/* 5 items → balanced 3+2 (no empty third cell on row 2) */
	.dw-benefit-grid:has(> :nth-child(5):last-child),
	.dw-benefit-grid[data-items="5"],
	.dw-fit-grid:not(.dw-process-list--rail):not(.dw-process-list--cards)[data-items="5"],
	.dw-cap-band:has(> :nth-child(5):last-child),
	.dw-process-list:not(.dw-process-list--rail):not(.dw-process-list--cards):has(> :nth-child(5):last-child),
	.dw-scope-grid:has(> :nth-child(5):last-child) {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.dw-benefit-grid:has(> :nth-child(5):last-child) > :nth-child(1),
	.dw-benefit-grid[data-items="5"] > :nth-child(1),
	.dw-fit-grid:not(.dw-process-list--rail):not(.dw-process-list--cards)[data-items="5"] > :nth-child(1),
	.dw-cap-band:has(> :nth-child(5):last-child) > :nth-child(1),
	.dw-process-list:not(.dw-process-list--rail):not(.dw-process-list--cards):has(> :nth-child(5):last-child) > :nth-child(1),
	.dw-scope-grid:has(> :nth-child(5):last-child) > :nth-child(1) {
		grid-column: 1 / 3;
	}

	.dw-benefit-grid:has(> :nth-child(5):last-child) > :nth-child(2),
	.dw-benefit-grid[data-items="5"] > :nth-child(2),
	.dw-fit-grid:not(.dw-process-list--rail):not(.dw-process-list--cards)[data-items="5"] > :nth-child(2),
	.dw-cap-band:has(> :nth-child(5):last-child) > :nth-child(2),
	.dw-process-list:not(.dw-process-list--rail):not(.dw-process-list--cards):has(> :nth-child(5):last-child) > :nth-child(2),
	.dw-scope-grid:has(> :nth-child(5):last-child) > :nth-child(2) {
		grid-column: 3 / 5;
	}

	.dw-benefit-grid:has(> :nth-child(5):last-child) > :nth-child(3),
	.dw-benefit-grid[data-items="5"] > :nth-child(3),
	.dw-fit-grid:not(.dw-process-list--rail):not(.dw-process-list--cards)[data-items="5"] > :nth-child(3),
	.dw-cap-band:has(> :nth-child(5):last-child) > :nth-child(3),
	.dw-process-list:not(.dw-process-list--rail):not(.dw-process-list--cards):has(> :nth-child(5):last-child) > :nth-child(3),
	.dw-scope-grid:has(> :nth-child(5):last-child) > :nth-child(3) {
		grid-column: 5 / 7;
	}

	.dw-benefit-grid:has(> :nth-child(5):last-child) > :nth-child(4),
	.dw-benefit-grid[data-items="5"] > :nth-child(4),
	.dw-fit-grid:not(.dw-process-list--rail):not(.dw-process-list--cards)[data-items="5"] > :nth-child(4),
	.dw-cap-band:has(> :nth-child(5):last-child) > :nth-child(4),
	.dw-process-list:not(.dw-process-list--rail):not(.dw-process-list--cards):has(> :nth-child(5):last-child) > :nth-child(4),
	.dw-scope-grid:has(> :nth-child(5):last-child) > :nth-child(4) {
		grid-column: 2 / 4;
	}

	.dw-benefit-grid:has(> :nth-child(5):last-child) > :nth-child(5),
	.dw-benefit-grid[data-items="5"] > :nth-child(5),
	.dw-fit-grid:not(.dw-process-list--rail):not(.dw-process-list--cards)[data-items="5"] > :nth-child(5),
	.dw-cap-band:has(> :nth-child(5):last-child) > :nth-child(5),
	.dw-process-list:not(.dw-process-list--rail):not(.dw-process-list--cards):has(> :nth-child(5):last-child) > :nth-child(5),
	.dw-scope-grid:has(> :nth-child(5):last-child) > :nth-child(5) {
		grid-column: 4 / 6;
	}
}

@media (max-width: 1024px) {
	.dw-service-hero,
	.dw-service-hero--reversed,
	.dw-page-cta,
	.dw-process-list--cards,
	.dw-studio-radar {
		grid-template-columns: 1fr 1fr;
	}

	/* Default 2-col only when count is even-friendly (not 5 / not 3-as-one-row) */
	.dw-cap-band:not(:has(> :nth-child(5):last-child)):not(:has(> :nth-child(3):last-child)),
	.dw-benefit-grid:not(:has(> :nth-child(5):last-child)):not(:has(> :nth-child(3):last-child)):not([data-items="5"]):not([data-items="3"]),
	.dw-scope-grid:not(:has(> :nth-child(5):last-child)):not(:has(> :nth-child(3):last-child)),
	.dw-process-list:not(.dw-process-list--rail):not(.dw-process-list--cards):not(:has(> :nth-child(5):last-child)):not(:has(> :nth-child(4):last-child)):not(:has(> :nth-child(3):last-child)) {
		grid-template-columns: 1fr 1fr;
	}

	.dw-benefit-grid:has(> :nth-child(3):last-child),
	.dw-benefit-grid[data-items="3"],
	.dw-cap-band:has(> :nth-child(3):last-child) {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.dw-benefit-grid:has(> :nth-child(4):last-child),
	.dw-fit-grid:not(.dw-process-list--rail):not(.dw-process-list--cards)[data-items="4"],
	.dw-cap-band:has(> :nth-child(4):last-child) {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dw-services-hub__cap:nth-child(2n) {
		border-right: 0;
	}

	.dw-services-hub__cap:nth-child(-n+2) {
		border-bottom: 1px solid var(--line, rgba(61, 65, 102, 0.16));
	}

	.dw-service-hero--stacked,
	.dw-service-hero--stacked-symbol,
	.about-hero-grid,
	.client-method,
	.seo-hero-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.dw-cap-band--pills {
		grid-template-columns: 1fr 1fr;
	}

	.client-stats {
		grid-template-columns: 1fr 1fr;
	}

	.seo-console {
		max-width: 100%;
	}

	.console-score strong {
		font-size: 56px;
	}

	.dw-studio-radar {
		grid-template-columns: 1fr 1fr;
	}

	.topic-orbit {
		min-height: 320px;
		margin-inline: auto;
		max-width: 420px;
	}

	.dw-explorer-search {
		flex: 1 1 100%;
	}
}

@media (max-width: 720px) {
	.dw-service-hero,
	.dw-service-hero--reversed,
	.dw-service-hero--stacked,
	.dw-service-hero--stacked-symbol,
	.dw-page-cta,
	.dw-cap-band,
	.dw-cap-band--pills,
	.dw-benefit-grid,
	.dw-scope-grid,
	.dw-process-list,
	.dw-process-list--cards,
	.dw-studio-radar,
	.dw-studio-search,
	.editorial-formats-grid,
	.featured-post,
	.topic-universe {
		grid-template-columns: 1fr;
	}

	.dw-services-hub__cap {
		border-right: 0;
		border-bottom: 1px solid var(--line, rgba(61, 65, 102, 0.16));
	}

	.dw-services-hub__cap:last-child {
		border-bottom: 0;
	}

	.dw-process-list--rail::before {
		left: 14px;
	}

	.dw-process-list--rail article {
		padding-left: 40px;
	}

	.dw-casos-filters {
		align-items: stretch;
	}

	.dw-casos-filters select,
	.dw-casos-filters .button {
		width: 100%;
	}

	.case-row {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.case-row__media,
	.case-row__media img,
	.case-row__fallback {
		min-height: 200px;
	}

	.dw-explorer-toolbar {
		flex-direction: column;
	}

	.dw-explorer-search,
	.dw-explorer-toolbar select,
	.dw-explorer-toolbar button {
		flex: 1 1 auto;
		width: 100%;
		min-width: 0;
	}

	.seo-console {
		padding: 18px;
		box-shadow: none;
	}

	.console-score {
		flex-wrap: wrap;
		align-items: center;
		gap: 8px;
	}

	.console-score strong {
		font-size: 44px;
	}

	.console-chart {
		height: 80px;
	}

	.console-grid {
		grid-template-columns: 1fr;
	}

	.seo-map {
		min-height: 340px;
		padding: 24px 12px;
	}

	.map-core {
		width: 140px;
		height: 140px;
		position: relative;
	}

	.map-node {
		position: relative;
		width: auto;
		height: auto;
		min-height: 72px;
		border-radius: 0;
		padding: 12px 14px;
		margin: 8px 0;
	}

	.map-a,
	.map-b,
	.map-c,
	.map-d,
	.map-e {
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
	}

	.seo-map {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		place-items: initial;
	}

	.topic-orbit {
		border-radius: 0;
		border-style: solid;
		min-height: 0;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
		padding: 12px;
	}

	.topic-orbit a,
	.topic-orbit .topic-main {
		position: static;
		width: auto;
		height: auto;
		min-height: 88px;
		border-radius: 0;
		transform: none;
		padding: 12px;
	}

	.topic-orbit .topic-main {
		grid-column: 1 / -1;
	}

	.dw-article-toc {
		padding: 14px 16px;
	}

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

@media (max-width: 390px) {
	.section-shell,
	.dw-page {
		padding-inline: 16px;
	}

	.dw-form--propuesta .dw-form__grid,
	.dw-form .dw-form__grid {
		grid-template-columns: 1fr;
	}

	.portfolio-paths-grid {
		grid-template-columns: 1fr;
	}

	.logo-wall,
	.dw-clients-directory {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.whatsapp-orbit {
		right: 12px;
		bottom: 12px;
	}

	.dw-page-cta {
		margin-top: 28px;
		padding: 30px 20px;
		gap: 22px;
	}

	.dw-page-cta h2 {
		font-size: 28px;
	}

	.dw-form__nav {
		flex-direction: column;
	}

	.dw-form__nav .button {
		flex-basis: auto;
		width: 100%;
	}
}

@media (max-width: 320px) {
	.section-shell,
	.dw-page {
		padding-inline: 12px;
	}

	.button,
	.dw-form button,
	.dw-explorer-toolbar button {
		width: 100%;
		min-height: 44px;
	}

	.logo-wall,
	.dw-clients-directory {
		grid-template-columns: 1fr;
	}

	.client-stats {
		grid-template-columns: 1fr 1fr;
	}

	.hero-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.dw-client-card__logo img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.dw-page-cta {
		padding: 26px 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.dw-whatsapp-fab:not(.whatsapp-orbit) {
		transition: none;
	}
	.whatsapp-orbit,
	.whatsapp-orbit.is-loaded {
		opacity: 1;
		transform: none;
		animation: none;
	}
	.dw-reveal,
	.dw-reveal.is-inview {
		opacity: 1;
		transform: none;
		transition: none;
	}
	.portfolio-has-thumb img,
	.editorial-format-card,
	.dw-client-card,
	.recorrido-card,
	.case-card,
	.portfolio-wall-item {
		transition: none;
	}
}

/* Smart search suggestions */
.dw-suggest-host {
	position: relative;
	z-index: 5;
}

.dw-suggest-host.is-suggest-open {
	z-index: 40;
}

.dw-suggest {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 8px);
	z-index: 50;
	max-height: min(70vh, 520px);
	overflow: auto;
	padding: 10px;
	border: 1px solid var(--line, rgba(61, 65, 102, 0.16));
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 250, 252, 0.98)),
		repeating-linear-gradient(
			-12deg,
			transparent,
			transparent 18px,
			rgba(168, 166, 201, 0.05) 18px,
			rgba(168, 166, 201, 0.05) 19px
		);
	box-shadow: 0 18px 40px rgba(61, 65, 102, 0.14);
	scrollbar-width: thin;
}

.dw-suggest--portal {
	right: auto;
}

.dw-studio-search .dw-suggest {
	right: auto;
	width: min(100%, 560px);
}

.dw-suggest.is-loading::after {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--orange, #f28c28), transparent);
	animation: dw-suggest-scan 1.1s linear infinite;
}

@keyframes dw-suggest-scan {
	from { transform: translateX(-40%); }
	to { transform: translateX(40%); }
}

.dw-suggest__intro {
	padding: 12px 12px 8px;
}

.dw-suggest__intro p {
	margin: 0;
	color: #555;
	font-size: 13px;
	line-height: 1.45;
	font-weight: 300;
}

.dw-suggest__group {
	padding: 4px 0 8px;
}

.dw-suggest__group + .dw-suggest__group {
	border-top: 1px solid rgba(61, 65, 102, 0.08);
	margin-top: 4px;
	padding-top: 10px;
}

.dw-suggest__group-title {
	margin: 0 8px 8px;
	color: var(--violet, #3d4166);
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 400;
}

.dw-suggest__item {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	padding: 8px;
	color: inherit;
	text-decoration: none;
	transition: background 0.18s ease, transform 0.18s ease;
}

.dw-suggest__item:hover,
.dw-suggest__item.is-active {
	background: rgba(61, 65, 102, 0.06);
}

.dw-suggest__item.is-active {
	transform: translateX(2px);
}

.dw-suggest__media {
	display: block;
	width: 56px;
	height: 56px;
	overflow: hidden;
	background: #eceaf2;
}

.dw-suggest__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	transform: none;
	transition: transform 0.45s ease;
}

.dw-suggest__item:hover .dw-suggest__media img,
.dw-suggest__item.is-active .dw-suggest__media img {
	transform: none;
}

.dw-suggest__media.tone-project,
.dw-suggest__media.tone-case {
	background:
		linear-gradient(145deg, #3d4166 0%, #5a5f8a 55%, #f28c28 120%);
}

.dw-suggest__media.tone-post {
	background:
		linear-gradient(145deg, #a8a6c9 0%, #3d4166 70%);
}

.dw-suggest__media.tone-page,
.dw-suggest__media.tone-shortcut {
	background:
		linear-gradient(145deg, #f2f2f2 0%, #d8d6e6 100%);
}

.dw-suggest__media span {
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0.35;
	background:
		radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.55), transparent 45%),
		repeating-linear-gradient(90deg, transparent, transparent 7px, rgba(255, 255, 255, 0.12) 7px, rgba(255, 255, 255, 0.12) 8px);
}

.dw-suggest__copy {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.dw-suggest__kicker {
	color: var(--orange, #f28c28);
	font-size: 11px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-weight: 400;
}

.dw-suggest__copy strong {
	color: var(--violet, #3d4166);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.25;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.dw-suggest__copy small {
	color: #666;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.3;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dw-suggest__copy mark {
	background: rgba(242, 140, 40, 0.22);
	color: inherit;
	padding: 0 1px;
}

.dw-suggest__go {
	color: var(--violet, #3d4166);
	opacity: 0.45;
	font-size: 16px;
	padding-right: 4px;
	transition: opacity 0.18s ease, transform 0.18s ease;
}

.dw-suggest__item:hover .dw-suggest__go,
.dw-suggest__item.is-active .dw-suggest__go {
	opacity: 1;
	transform: translateX(3px);
	color: var(--orange, #f28c28);
}

.dw-suggest__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 0 8px 4px;
}

.dw-suggest__chip {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 12px;
	border: 1px solid rgba(61, 65, 102, 0.18);
	background: #fff;
	color: var(--violet, #3d4166);
	font-size: 13px;
	font-weight: 300;
	text-decoration: none;
	transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.dw-suggest__chip:hover {
	border-color: var(--violet, #3d4166);
	background: var(--violet, #3d4166);
	color: #fff;
}

.dw-suggest__footer {
	display: block;
	margin-top: 6px;
	padding: 12px 10px 6px;
	border-top: 1px solid rgba(61, 65, 102, 0.1);
	color: var(--violet, #3d4166);
	font-size: 13px;
	font-weight: 400;
	text-decoration: none;
}

.dw-suggest__footer:hover {
	color: var(--orange, #f28c28);
}

@media (max-width: 720px) {
	.dw-suggest {
		max-height: min(58vh, 420px);
		padding: 8px;
	}

	.dw-studio-search .dw-suggest {
		width: 100%;
	}

	.dw-suggest__item {
		grid-template-columns: 48px minmax(0, 1fr) auto;
		gap: 10px;
	}

	.dw-suggest__media {
		width: 48px;
		height: 48px;
	}

	.dw-suggest__copy strong {
		font-size: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.dw-suggest.is-loading::after,
	.dw-suggest__item,
	.dw-suggest__media img,
	.dw-suggest__go,
	.dw-suggest__chip {
		animation: none;
		transition: none;
	}
}

/* Case singular — quote-forward editorial sheet */
.dw-case {
	width: 100%;
}

.dw-main:has(.dw-case) > .section-shell.dw-single-article,
.dw-main:has(.dw-case) .dw-single-article > .dw-breadcrumb,
.dw-main:has(.dw-case) .dw-single-article > .wp-block-post-title,
.dw-main:has(.dw-case) .dw-single-article > .wp-block-post-featured-image,
.dw-main:has(.dw-case) .dw-single-article > .dw-article-meta {
	display: none !important;
}

.dw-case-hero {
	position: relative;
	width: 100%;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
	padding: 28px 0 56px;
	background:
		radial-gradient(ellipse 65% 70% at 90% 10%, rgba(242, 140, 40, 0.2), transparent 55%),
		linear-gradient(145deg, #2f3354 0%, #3d4166 48%, #2a2e4a 100%);
	color: #fff;
	overflow: hidden;
}

.dw-case-hero.has-media {
	min-height: 0;
}

.dw-case-hero--framed {
	min-height: 0;
	padding: 28px 0 48px;
	display: block;
}

.dw-case-hero__media {
	display: none;
}

.dw-case-hero__frame {
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.04);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
	align-self: center;
}

.dw-case-hero__frame-img,
.dw-case-hero__frame img {
	display: block;
	width: 100%;
	height: auto;
	max-height: none;
	aspect-ratio: auto;
	object-fit: contain;
	object-position: center;
	padding: 18px 18px 10px;
	box-sizing: border-box;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.06), transparent 55%),
		rgba(18, 20, 36, 0.55);
	filter: none;
	transform: none;
}

.dw-case-hero__frame figcaption {
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding: 12px 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(24, 27, 48, 0.45);
}

.dw-case-hero__frame figcaption span {
	font-size: 10px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
}

.dw-case-hero__frame figcaption strong {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
}

.dw-case-hero__veil {
	display: none;
}

.dw-case-hero__inner {
	position: relative;
	z-index: 1;
	width: min(calc(100% - 80px), var(--max, 1320px));
	margin-inline: auto;
}

@media (max-width: 1100px) {
	.dw-case-hero__inner {
		width: min(calc(100% - 48px), var(--max, 1320px));
	}
}

@media (max-width: 820px) {
	.dw-case-hero__inner {
		width: min(calc(100% - 40px), var(--max, 1320px));
	}
}

@media (max-width: 540px) {
	.dw-case-hero__inner {
		width: min(calc(100% - 28px), var(--max, 1320px));
	}
}

.dw-case-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(220px, 0.7fr);
	gap: 36px;
	align-items: end;
	margin-top: 18px;
}

.dw-case-hero__grid--split {
	align-items: center;
	grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
	gap: 36px;
}

.dw-case-hero__client {
	margin: 0 0 14px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-weight: 400;
}

.dw-case-hero__quote {
	margin: 0;
	max-width: min(42ch, 100%);
}

.dw-case-hero__quote p {
	margin: 0;
	color: #fff;
	font-size: clamp(18px, 2.2vw, 26px);
	font-weight: 300;
	letter-spacing: -0.025em;
	line-height: 1.35;
	text-wrap: pretty;
}

.dw-case-hero__quote footer {
	margin-top: 18px;
	color: var(--orange, #f28c28);
	font-size: 14px;
	font-style: normal;
	letter-spacing: 0.04em;
}

.dw-case-hero__copy h1 {
	margin: 0;
	max-width: 14ch;
	color: #fff;
	font-size: clamp(34px, 4.6vw, 58px);
	font-weight: 300;
	letter-spacing: -0.045em;
	line-height: 1.05;
}

.dw-case-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px 18px;
	margin-top: 28px;
}

.dw-case-hero__back {
	color: rgba(255, 255, 255, 0.78) !important;
}

.dw-case-hero__facts {
	display: grid;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(6px);
}

.dw-case-hero__facts > div {
	min-height: 84px;
	padding: 16px 18px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 6px;
}

.dw-case-hero__facts > div:last-child {
	border-bottom: 0;
}

.dw-case-hero__facts span {
	color: rgba(255, 255, 255, 0.55);
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.dw-case-hero__facts strong {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.dw-case__body {
	padding-top: 48px;
	padding-bottom: 48px;
}

.dw-case__honesty {
	margin: 0 0 28px;
}

.dw-case__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(240px, 0.7fr);
	gap: 40px;
	align-items: start;
}

.dw-case__cover {
	margin: 0 0 36px;
	position: relative;
	overflow: hidden;
	background: #eceaf2;
}

.dw-case__cover-img,
.dw-case__cover img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 520px;
	object-fit: contain;
}

.dw-case__cover figcaption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 20px 22px;
	background: linear-gradient(180deg, transparent, rgba(24, 27, 48, 0.72));
	color: #fff;
}

.dw-case__cover figcaption span {
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--orange, #f28c28);
}

.dw-case__cover figcaption strong {
	font-size: 22px;
	font-weight: 300;
	letter-spacing: -0.03em;
}

.dw-case__chapters {
	display: grid;
	gap: 0;
}

.dw-case__chapter {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr);
	gap: 18px;
	padding: 28px 0;
	border-top: 1px solid var(--line, rgba(61, 65, 102, 0.14));
}

.dw-case__chapter-index {
	color: var(--lavender, #a8a6c9);
	font-size: 28px;
	font-weight: 300;
	letter-spacing: -0.04em;
	line-height: 1;
}

.dw-case__chapter-body header {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 12px;
	color: var(--violet, #3d4166);
}

.dw-case__chapter-body h2 {
	margin: 0;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: -0.02em;
	color: var(--violet, #3d4166);
}

.dw-case__chapter-text {
	color: #444;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7;
}

.dw-case__chapter-text p {
	margin: 0 0 12px;
}

.dw-case__chapter.is-results {
	background: linear-gradient(90deg, rgba(242, 140, 40, 0.08), transparent 60%);
	padding-inline: 16px;
	margin-inline: -16px;
}

.dw-case__focus {
	padding: 28px 0 8px;
	border-top: 1px solid var(--line, rgba(61, 65, 102, 0.14));
}

.dw-case__focus h2 {
	margin: 8px 0 14px;
	max-width: 16ch;
	color: var(--violet, #3d4166);
	font-size: clamp(26px, 3vw, 36px);
	font-weight: 300;
	letter-spacing: -0.035em;
	line-height: 1.15;
}

.dw-case__focus p {
	margin: 0;
	max-width: 42rem;
	color: #555;
	font-weight: 300;
	line-height: 1.65;
}

.dw-case__gallery {
	margin-top: 40px;
	padding-top: 28px;
	border-top: 1px solid var(--line, rgba(61, 65, 102, 0.14));
}

.dw-case__gallery h2 {
	margin: 6px 0 20px;
	color: var(--violet, #3d4166);
	font-size: 28px;
	font-weight: 300;
	letter-spacing: -0.03em;
}

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

.dw-case__gallery-grid figure {
	grid-column: span 4;
	margin: 0;
	min-height: 180px;
	overflow: hidden;
	background: #eceaf2;
}

.dw-case__gallery-grid figure.is-wide {
	grid-column: span 8;
}

.dw-case__gallery-grid img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.dw-case__archive-band {
	margin-top: 28px;
	padding: 28px;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 22px;
	align-items: center;
	border: 1px solid var(--line, rgba(61, 65, 102, 0.16));
	background:
		linear-gradient(135deg, #f7f6fa 0%, #fff 55%),
		repeating-linear-gradient(-12deg, transparent, transparent 16px, rgba(168, 166, 201, 0.08) 16px, rgba(168, 166, 201, 0.08) 17px);
}

.dw-case__archive-mark {
	width: 84px;
	height: 84px;
	display: grid;
	place-items: center;
	background: var(--violet, #3d4166);
	color: #fff;
}

.dw-case__archive-band h2 {
	margin: 6px 0 10px;
	color: var(--violet, #3d4166);
	font-size: 24px;
	font-weight: 300;
}

.dw-case__archive-band p:last-child {
	margin: 0;
	color: #555;
	font-weight: 300;
}

.dw-case__rail-card {
	position: sticky;
	top: calc(var(--dw-header-offset, 88px) + 16px);
	padding: 22px;
	border: 1px solid var(--line, rgba(61, 65, 102, 0.16));
	background: #fafafa;
}

.dw-case__rail-card .eyebrow {
	margin: 0 0 12px;
}

.dw-case__rail-card h3 {
	margin: 18px 0 10px;
	color: var(--violet, #3d4166);
	font-size: 14px;
	font-weight: 400;
}

.dw-case__rail-card h3:first-of-type {
	margin-top: 0;
}

.dw-case__rail-person {
	margin: 0;
	color: var(--violet, #3d4166);
	font-size: 20px;
	font-weight: 300;
	letter-spacing: -0.02em;
}

.dw-case__chips {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.dw-case__chips li {
	padding: 6px 10px;
	border: 1px solid var(--line, rgba(61, 65, 102, 0.16));
	background: #fff;
	color: var(--violet, #3d4166);
	font-size: 12px;
}

.dw-case__links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

.dw-case__rail-actions {
	margin-top: 22px;
	display: grid;
	gap: 10px;
}

.dw-case__related {
	margin-top: 56px;
	padding-top: 36px;
	border-top: 1px solid var(--line, rgba(61, 65, 102, 0.14));
}

.dw-case__related-head {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 24px;
}

.dw-case__related-head h2 {
	margin: 6px 0 0;
	color: var(--violet, #3d4166);
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 300;
	letter-spacing: -0.03em;
}

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

.dw-case__related-card a {
	display: grid;
	gap: 12px;
	color: inherit;
	text-decoration: none;
}

.dw-case__related-media {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #eceaf2;
}

.dw-case__related-media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	transition: transform 0.55s ease;
}

.dw-case__related-card:hover img {
	transform: none;
}

.dw-case__related-fallback {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	color: var(--violet, #3d4166);
	background: linear-gradient(145deg, #d8d6e6, #eceaf2);
}

.dw-case__related-kicker {
	display: block;
	margin-bottom: 4px;
	color: var(--orange, #f28c28);
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.dw-case__related-copy strong {
	display: block;
	color: var(--violet, #3d4166);
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -0.02em;
}

.dw-case__related-copy em {
	display: block;
	margin-top: 6px;
	color: #666;
	font-size: 13px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.45;
}

@media (max-width: 980px) {
	.dw-case-hero__grid,
	.dw-case-hero__grid--split,
	.dw-case__layout {
		grid-template-columns: 1fr;
	}

	.dw-case-hero__quote {
		max-width: none;
	}

	.dw-case-hero__frame {
		max-width: 560px;
	}

	.dw-case__rail-card {
		position: static;
	}

	.dw-case__related-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	.dw-case-hero {
		padding: 20px 0 40px;
	}

	.dw-case__chapter {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.dw-case__gallery-grid figure,
	.dw-case__gallery-grid figure.is-wide {
		grid-column: span 12;
	}

	.dw-case__archive-band {
		grid-template-columns: 1fr;
	}
}

/* Portfolio explorer grid — isolated from legacy mosaic / portfolio-wall */
.dw-portfolio {
	overflow-x: clip;
	max-width: 100%;
}

.dw-portfolio .dw-explorer-toolbar.dw-portfolio-hero__console {
	display: flex;
	flex-wrap: wrap;
	width: 100% !important;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.dw-portfolio .dw-explorer-toolbar.dw-portfolio-hero__console > * {
	min-width: 0;
}

.dw-explorer-mosaic {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 14px;
	width: 100%;
	max-width: 100%;
	margin: 0;
	align-items: stretch;
}

.dw-explorer-mosaic__card {
	grid-column: auto !important;
	min-width: 0;
	margin: 0;
	background: transparent;
}

.dw-explorer-mosaic__card .dw-mosaic__media {
	aspect-ratio: auto;
	max-height: none;
}

.dw-explorer-mosaic__card .dw-mosaic__hit {
	height: auto;
}

@media (max-width: 900px) {
	.dw-explorer-mosaic {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 560px) {
	.dw-explorer-mosaic {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 12px;
	}
}
