/* URDZ case — unique brutalist layout (not shared with other cases) */

*,
::after,
::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body.urdz-case {
	margin: 0;
	font-family: Montserrat, sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.6;
	color: #111;
	background: #f4f4f4;
	min-width: 320px;
	overflow-x: hidden;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

b,
strong {
	font-weight: 700;
}

a {
	color: #dc2626;
}

a:hover {
	color: #a30f0f;
}

h1,
h2,
h3,
p {
	margin-top: 0;
}

p {
	margin-bottom: 1rem;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

::selection {
	background: #dc2626;
	color: #fff;
}

.urdz-wrap {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.urdz-kicker {
	margin: 0 0 12px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: #dc2626;
}

.urdz-kicker--light {
	color: #ff6b6b;
}

.urdz-btn {
	display: inline-block;
	padding: 14px 22px;
	background: #dc2626;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .06em;
	border: 3px solid #0a0a0a;
	-webkit-box-shadow: 6px 6px 0 #0a0a0a;
	box-shadow: 6px 6px 0 #0a0a0a;
	-webkit-transition: transform .2s ease, box-shadow .2s ease;
	transition: transform .2s ease, box-shadow .2s ease;
}

.urdz-btn:hover {
	-webkit-transform: translate(-2px, -2px);
	transform: translate(-2px, -2px);
	-webkit-box-shadow: 8px 8px 0 #0a0a0a;
	box-shadow: 8px 8px 0 #0a0a0a;
	color: #fff !important;
}

/* Hero — copy + framed full screenshot (no cover-crop) */
.urdz-hero {
	position: relative;
	background: #0a0a0a;
	color: #fff;
	border-bottom: 8px solid #dc2626;
	overflow: hidden;
	padding: clamp(40px, 7vh, 80px) 0;
}

.urdz-hero__inner {
	display: grid;
	grid-template-columns: minmax(260px, 0.78fr) minmax(300px, 1.22fr);
	gap: clamp(28px, 4vw, 56px);
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.urdz-hero__copy {
	position: relative;
	z-index: 1;
}

.urdz-hero h1 {
	margin: 0 0 22px;
	line-height: .95;
}

.urdz-hero__brand {
	display: block;
	font-size: clamp(42px, 7vw, 72px);
	font-weight: 700;
	letter-spacing: -.03em;
	text-transform: uppercase;
	color: #fff;
}

.urdz-hero__title {
	display: block;
	margin-top: 18px;
	font-size: clamp(22px, 3.2vw, 34px);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .01em;
	color: #dc2626;
}

.urdz-hero__lead {
	max-width: 420px;
	margin-bottom: 28px;
	font-size: 16px;
	line-height: 1.55;
	color: #cfcfcf;
}

.urdz-hero__actions {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 18px 24px;
}

.urdz-hero__meta {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #888;
}

.urdz-hero__frame {
	margin: 0;
	background: #fff;
	border: 3px solid #fff;
	-webkit-box-shadow: 14px 14px 0 #dc2626;
	box-shadow: 14px 14px 0 #dc2626;
	overflow: hidden;
}

.urdz-hero__chrome {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	height: 36px;
	padding: 0 14px;
	background: #111;
	border-bottom: 3px solid #dc2626;
}

.urdz-hero__chrome span {
	width: 10px;
	height: 10px;
	background: #333;
	border: 1px solid #555;
}

.urdz-hero__chrome span:nth-child(1) {
	background: #dc2626;
	border-color: #dc2626;
}

.urdz-hero__frame img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1400 / 760;
	object-fit: contain;
	object-position: top center;
	background: #fff;
}

/* Brief — stamped cards */
.urdz-brief {
	padding: 90px 0 100px;
	background: #fff;
	clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);
}

.urdz-brief__intro {
	max-width: 720px;
	margin-bottom: 48px;
}

.urdz-brief h2,
.urdz-system h2,
.urdz-route h2,
.urdz-spec h2,
.urdz-outro h2,
.urdz-cut h2 {
	margin: 0 0 18px;
	font-size: clamp(28px, 4vw, 42px);
	line-height: 1.1;
	text-transform: uppercase;
	letter-spacing: .01em;
}

.urdz-stamps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.urdz-stamp {
	padding: 22px 20px 24px;
	background: #0a0a0a;
	color: #fff;
	border: 3px solid #0a0a0a;
	-webkit-box-shadow: 8px 8px 0 #dc2626;
	box-shadow: 8px 8px 0 #dc2626;
}

.urdz-stamp__no {
	display: block;
	margin-bottom: 18px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .16em;
	color: #dc2626;
}

.urdz-stamp h3 {
	margin: 0 0 10px;
	font-size: 18px;
	text-transform: uppercase;
}

.urdz-stamp p {
	margin: 0;
	font-size: 14px;
	color: #cfcfcf;
	line-height: 1.5;
}

/* Visual system */
.urdz-system {
	padding: 110px 0 100px;
	background: #0a0a0a;
	color: #eee;
	margin-top: -28px;
}

.urdz-system__grid {
	display: grid;
	grid-template-columns: 1.1fr .9fr;
	gap: 48px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.urdz-rules {
	margin-top: 28px;
}

.urdz-rules li {
	position: relative;
	padding: 14px 0 14px 22px;
	border-top: 1px solid #333;
	font-size: 15px;
	color: #cfcfcf;
}

.urdz-rules li:last-child {
	border-bottom: 1px solid #333;
}

.urdz-rules li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 22px;
	width: 10px;
	height: 10px;
	background: #dc2626;
}

.urdz-rules b {
	color: #fff;
}

.urdz-bars {
	display: grid;
	grid-template-columns: 1.2fr .8fr .6fr;
	gap: 10px;
	margin-bottom: 18px;
	min-height: 160px;
}

.urdz-bars__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 12px;
	border: 2px solid #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	color: #fff;
}

.urdz-type-sample {
	margin: 0;
	padding: 28px 24px;
	background: #fff;
	color: #0a0a0a;
	border: 3px solid #dc2626;
	-webkit-box-shadow: 10px 10px 0 #dc2626;
	box-shadow: 10px 10px 0 #dc2626;
}

.urdz-type-sample__big {
	display: block;
	font-size: clamp(28px, 4vw, 44px);
	font-weight: 700;
	line-height: .95;
	text-transform: uppercase;
	letter-spacing: -.02em;
}

.urdz-type-sample__big em {
	font-style: normal;
	color: #dc2626;
	text-shadow: 3px 3px 0 #0a0a0a;
}

.urdz-type-sample figcaption {
	margin-top: 16px;
	font-size: 13px;
	color: #555;
}

/* Buyer route — interactive */
.urdz-route {
	padding: 100px 0 90px;
	background: #f4f4f4;
}

.urdz-route__lead {
	max-width: 620px;
	margin-bottom: 40px;
	color: #444;
}

.urdz-route__list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 12px;
	margin-bottom: 28px;
}

.urdz-route__item {
	padding: 0;
	background: #fff;
	border: 2px solid #0a0a0a;
	-webkit-box-shadow: 4px 4px 0 #bbb;
	box-shadow: 4px 4px 0 #bbb;
	-webkit-transition: box-shadow .2s ease, border-color .2s ease;
	transition: box-shadow .2s ease, border-color .2s ease;
}

.urdz-route__item.is-active {
	border-color: #dc2626;
	-webkit-box-shadow: 4px 4px 0 #dc2626;
	box-shadow: 4px 4px 0 #dc2626;
}

.urdz-route__btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	width: 100%;
	padding: 14px 12px;
	border: 0;
	background: transparent;
	cursor: pointer;
	text-align: left;
	font: inherit;
}

.urdz-route__num {
	width: 28px;
	height: 28px;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #0a0a0a;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
}

.urdz-route__item.is-active .urdz-route__num {
	background: #dc2626;
}

.urdz-route__label {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
	color: #0a0a0a;
}

.urdz-route__item > p {
	display: none;
	margin: 0;
	padding: 0 12px 14px;
	font-size: 13px;
	color: #555;
	line-height: 1.45;
}

.urdz-route__item.is-active > p {
	display: block;
}

.urdz-route__stage {
	position: relative;
	min-height: 420px;
	background: #0a0a0a;
	border: 3px solid #0a0a0a;
	-webkit-box-shadow: 12px 12px 0 #dc2626;
	box-shadow: 12px 12px 0 #dc2626;
	overflow: hidden;
}

.urdz-route__frame {
	display: none;
	margin: 0;
}

.urdz-route__frame.is-active {
	display: block;
}

.urdz-route__frame img {
	width: 100%;
	height: clamp(320px, 52vw, 560px);
	object-fit: cover;
	object-position: top center;
}

.urdz-route__frame figcaption {
	padding: 12px 16px;
	background: #0a0a0a;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.urdz-route__frame[data-urdz-panel="4"] img {
	width: auto;
	max-width: 280px;
	height: clamp(360px, 60vw, 560px);
	margin: 24px auto;
	object-fit: cover;
	border: 3px solid #dc2626;
}

/* Screen cuts — magazine bands */
.urdz-cuts {
	background: #0a0a0a;
}

.urdz-cut {
	display: grid;
	grid-template-columns: 1.25fr .75fr;
	min-height: 70vh;
}

.urdz-cut--flip {
	grid-template-columns: .75fr 1.25fr;
}

.urdz-cut--flip .urdz-cut__shot {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

.urdz-cut--flip .urdz-cut__text {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.urdz-cut--dark {
	background: #0a0a0a;
	color: #eee;
}

.urdz-cut--light {
	background: #fff;
	color: #111;
	clip-path: polygon(0 4%, 100% 0, 100% 96%, 0 100%);
}

.urdz-cut__shot {
	position: relative;
	overflow: hidden;
	border-right: 3px solid #dc2626;
}

.urdz-cut--flip .urdz-cut__shot {
	border-right: 0;
	border-left: 3px solid #dc2626;
}

.urdz-cut__shot img {
	width: 100%;
	height: 100%;
	min-height: 420px;
	object-fit: cover;
	object-position: top center;
}

.urdz-cut__shot--phone {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
	padding: 40px 24px 0;
	background: #111;
}

.urdz-cut__shot--phone > img:first-child {
	width: min(240px, 42%);
	min-height: 0;
	height: auto;
	border: 3px solid #dc2626;
	-webkit-box-shadow: 8px 8px 0 #fff;
	box-shadow: 8px 8px 0 rgba(255, 255, 255, .2);
}

.urdz-cut__tablet {
	width: min(420px, 55%) !important;
	min-height: 0 !important;
	height: auto !important;
	border: 3px solid #fff;
	-webkit-box-shadow: 8px 8px 0 #dc2626;
	box-shadow: 8px 8px 0 #dc2626;
}

.urdz-cut__text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 48px 40px;
}

.urdz-cut__tag {
	display: inline-block;
	margin-bottom: 16px;
	padding: 6px 10px;
	background: #dc2626;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.urdz-cut--light .urdz-cut__tag {
	color: #fff;
}

/* Spec sheet */
.urdz-spec {
	padding: 100px 0;
	background: #111;
	color: #eee;
}

.urdz-spec__sheet {
	margin: 36px 0 24px;
	border: 3px solid #fff;
	-webkit-box-shadow: 10px 10px 0 #dc2626;
	box-shadow: 10px 10px 0 #dc2626;
}

.urdz-spec__row {
	display: grid;
	grid-template-columns: 180px 1fr;
	gap: 16px;
	padding: 16px 20px;
	border-bottom: 1px solid #333;
}

.urdz-spec__row:last-child {
	border-bottom: 0;
}

.urdz-spec__key {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #dc2626;
}

.urdz-spec__val {
	font-weight: 600;
	color: #fff;
}

.urdz-spec__note {
	max-width: 720px;
	margin: 0;
	color: #aaa;
	font-size: 15px;
}

/* Outro */
.urdz-outro {
	background: #f4f4f4;
	padding-top: 90px;
}

.urdz-outro__grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 60px;
}

.urdz-outro__copy {
	max-width: 640px;
}

.urdz-outro__link {
	margin-top: 24px;
	font-weight: 700;
}

.urdz-outro .sa-logo {
	max-width: 260px;
	width: 100%;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.urdz-outro__cta {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 24px;
	padding: 36px min(40px, 4vw);
	background: #0a0a0a;
	color: #fff;
	border-top: 8px solid #dc2626;
}

.urdz-outro__cta p {
	margin: 0;
	max-width: 640px;
	font-size: 20px;
	font-weight: 600;
}

.urdz-outro__cta a {
	display: inline-block;
	padding: 14px 22px;
	background: #dc2626;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .06em;
	border: 3px solid #fff;
	white-space: nowrap;
}

.urdz-outro__cta a:hover {
	background: #fff;
	color: #0a0a0a !important;
}

.all-cases {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	background-image: -webkit-linear-gradient(0deg, #f85040 0, #f9a045 100%);
	background-image: linear-gradient(90deg, #f85040 0%, #f9a045 100%);
	-webkit-box-shadow: 0 0 73px 26px rgba(0, 0, 0, .2);
	box-shadow: 0 0 73px 26px rgba(0, 0, 0, .2);
	position: fixed;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	top: 20px;
	right: -300px;
	width: 228px;
	height: 52px;
	z-index: 100;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.all-cases:hover {
	color: #fff;
	text-decoration: none;
}

.all-cases.active {
	right: 20px;
}

@media (max-width: 1100px) {
	.urdz-stamps,
	.urdz-route__list {
		grid-template-columns: repeat(2, 1fr);
	}

	.urdz-hero__inner {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.urdz-hero__frame {
		-webkit-box-shadow: 8px 8px 0 #dc2626;
		box-shadow: 8px 8px 0 #dc2626;
	}

	.urdz-system__grid,
	.urdz-cut,
	.urdz-cut--flip {
		grid-template-columns: 1fr;
	}

	.urdz-cut--flip .urdz-cut__shot,
	.urdz-cut--flip .urdz-cut__text {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}

	.urdz-cut__shot,
	.urdz-cut--flip .urdz-cut__shot {
		border: 0;
		border-bottom: 3px solid #dc2626;
	}

	.urdz-spec__row {
		grid-template-columns: 1fr;
		gap: 6px;
	}
}

@media (max-width: 767.98px) {
	.urdz-stamps,
	.urdz-route__list {
		grid-template-columns: 1fr;
	}

	.urdz-brief,
	.urdz-system,
	.urdz-route,
	.urdz-spec {
		padding: 70px 0;
	}

	.urdz-cut__text {
		padding: 36px 24px;
	}

	.urdz-cut__shot--phone {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 28px 16px;
	}

	.urdz-cut__shot--phone > img:first-child,
	.urdz-cut__tablet {
		width: 70% !important;
	}

	.urdz-outro__grid,
	.urdz-outro__cta {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.urdz-outro__cta a {
		width: 100%;
		text-align: center;
	}

	.all-cases {
		width: 100%;
		top: -100px;
		right: 0;
	}

	.all-cases.active {
		top: 0;
		right: 0;
	}
}
