/*
 * Custom 8x8 backdrop designer.
 * Loaded only on /custom-photo-booth-backdrop/ after the shared brand system.
 */

.soh-brand-shell .soh-page--custom-photo-booth-backdrop {
	--soh-custom-navy: #07182a;
	--soh-custom-blue: #1e6bb8;
	--soh-custom-pale: #eaf4fd;
	--soh-custom-gold: #d7a600;
	background: #ffffff;
}

.soh-brand-shell .soh-custom-backdrop-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: clamp(64px, 7vw, 104px) 0 clamp(72px, 8vw, 118px);
	background:
		radial-gradient(circle at 84% 12%, rgba(117, 183, 238, 0.28), transparent 31%),
		linear-gradient(135deg, #06111f 0%, #0d3d68 62%, #1e6bb8 145%);
	color: #ffffff;
}

.soh-brand-shell .soh-custom-backdrop-hero::before,
.soh-brand-shell .soh-custom-backdrop-hero::after {
	position: absolute;
	z-index: -1;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 50%;
	content: "";
}

.soh-brand-shell .soh-custom-backdrop-hero::before {
	top: -230px;
	right: -190px;
	width: 620px;
	height: 620px;
	box-shadow: 0 0 0 58px rgba(255, 255, 255, 0.025), 0 0 0 118px rgba(255, 255, 255, 0.02);
}

.soh-brand-shell .soh-custom-backdrop-hero::after {
	bottom: -320px;
	left: -240px;
	width: 560px;
	height: 560px;
	border-color: rgba(215, 166, 0, 0.22);
}

.soh-brand-shell .soh-custom-backdrop-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
	gap: clamp(42px, 6vw, 84px);
	align-items: center;
}

.soh-brand-shell .soh-custom-backdrop-hero__content {
	max-width: 650px;
}

.soh-brand-shell .soh-custom-backdrop-hero .soh-page-eyebrow {
	color: #a9d8ff;
}

.soh-brand-shell .soh-custom-backdrop-hero h1 {
	max-width: 720px;
	margin: 12px 0 22px;
	color: #ffffff;
	font-family: var(--soh-display);
	font-size: clamp(46px, 5.2vw, 74px);
	font-weight: 800;
	letter-spacing: -0.055em;
	line-height: 0.98;
	text-wrap: balance;
}

.soh-brand-shell .soh-custom-backdrop-hero__intro {
	max-width: 640px;
	margin: 0;
	color: #e9f5ff;
	font-size: clamp(18px, 1.55vw, 22px);
	line-height: 1.65;
}

.soh-brand-shell .soh-custom-backdrop-hero__note {
	max-width: 610px;
	margin: 18px 0 0;
	color: #cbe7fd;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.55;
}

.soh-brand-shell .soh-custom-backdrop-hero .soh-page-button,
.soh-brand-shell .soh-custom-backdrop-hero .soh-page-button:visited {
	border-color: #ffffff;
	background: #ffffff;
	color: #0f4f86 !important;
}

.soh-brand-shell .soh-custom-backdrop-hero .soh-page-button:hover,
.soh-brand-shell .soh-custom-backdrop-hero .soh-page-button:focus-visible,
.soh-brand-shell .soh-custom-backdrop-hero .soh-page-button:active {
	border-color: #d8edff;
	background: #d8edff;
	color: #0b3b65 !important;
}

.soh-brand-shell .soh-custom-backdrop-hero .soh-page-button--secondary,
.soh-brand-shell .soh-custom-backdrop-hero .soh-page-button--secondary:visited {
	border-color: rgba(255, 255, 255, 0.74);
	background: transparent;
	color: #ffffff !important;
}

.soh-brand-shell .soh-custom-backdrop-hero .soh-page-button--secondary:hover,
.soh-brand-shell .soh-custom-backdrop-hero .soh-page-button--secondary:focus-visible,
.soh-brand-shell .soh-custom-backdrop-hero .soh-page-button--secondary:active {
	border-color: #ffffff;
	background: rgba(255, 255, 255, 0.13);
	color: #ffffff !important;
}

.soh-brand-shell .soh-custom-backdrop-hero__media {
	margin: 0;
	transform: rotate(0.6deg);
}

.soh-brand-shell .soh-custom-backdrop-hero__media img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 2;
	border: 8px solid rgba(255, 255, 255, 0.96);
	border-radius: clamp(22px, 2.4vw, 36px);
	box-shadow: 0 34px 82px rgba(0, 0, 0, 0.38), -16px 16px 0 rgba(117, 183, 238, 0.15);
	object-fit: cover;
}

.soh-brand-shell .soh-custom-backdrop-hero__media figcaption {
	margin: 14px 8px 0;
	color: #cde8fc;
	font-size: 13px;
	line-height: 1.45;
	text-align: right;
}

.soh-brand-shell .soh-custom-backdrop-proof {
	position: relative;
	z-index: 3;
	margin-top: -26px;
}

.soh-brand-shell .soh-custom-backdrop-proof__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	overflow: hidden;
	border: 1px solid #d7e7f5;
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 20px 50px rgba(15, 63, 115, 0.13);
}

.soh-brand-shell .soh-custom-backdrop-proof__grid > div {
	min-width: 0;
	padding: 24px clamp(18px, 2.2vw, 30px);
	border-right: 1px solid #dfeaf4;
}

.soh-brand-shell .soh-custom-backdrop-proof__grid > div:last-child {
	border-right: 0;
}

.soh-brand-shell .soh-custom-backdrop-proof strong,
.soh-brand-shell .soh-custom-backdrop-proof span {
	display: block;
}

.soh-brand-shell .soh-custom-backdrop-proof strong {
	margin-bottom: 5px;
	color: #0f4f86;
	font-family: var(--soh-display);
	font-size: 22px;
	line-height: 1.1;
}

.soh-brand-shell .soh-custom-backdrop-proof span {
	color: #526274;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
}

.soh-brand-shell .soh-custom-backdrop-compare {
	padding-top: clamp(92px, 9vw, 134px);
}

.soh-brand-shell .soh-custom-backdrop-compare__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	margin-top: clamp(34px, 4vw, 52px);
}

.soh-brand-shell .soh-custom-backdrop-compare__grid article {
	position: relative;
	overflow: hidden;
	padding: clamp(28px, 3vw, 42px);
	border: 1px solid #d9e7f3;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 14px 38px rgba(15, 63, 115, 0.08);
}

.soh-brand-shell .soh-custom-backdrop-compare__grid article:last-child {
	border-color: #a9d8ff;
	background: linear-gradient(140deg, #eef7ff 0%, #ffffff 70%);
}

.soh-brand-shell .soh-custom-backdrop-compare__grid h3 {
	margin: 10px 0 14px;
	color: #101820;
	font-family: var(--soh-display);
	font-size: clamp(26px, 2.4vw, 34px);
	line-height: 1.12;
}

.soh-brand-shell .soh-custom-backdrop-compare__grid p:not(.soh-page-eyebrow) {
	color: #4c5c6c;
	line-height: 1.7;
}

.soh-brand-shell .soh-custom-backdrop-compare__grid a,
.soh-brand-shell .soh-custom-backdrop-corporate__links a,
.soh-brand-shell .soh-custom-backdrop-occasions__links a,
.soh-brand-shell .soh-custom-backdrop-guidance__links a {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	min-height: 44px;
	color: #125c9d;
	font-weight: 800;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.soh-brand-shell .soh-backdrop-designer {
	background:
		linear-gradient(90deg, rgba(30, 107, 184, 0.045) 1px, transparent 1px) 0 0 / 38px 38px,
		linear-gradient(#e9f4fe, #f7fbff) !important;
}

.soh-brand-shell .soh-backdrop-designer__privacy {
	display: inline-block;
	max-width: 850px;
	margin: 18px auto 0;
	padding: 12px 16px;
	border: 1px solid #b9dcf8;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.8);
	color: #24435e;
	font-size: 14px;
	line-height: 1.55;
}

.soh-brand-shell .soh-backdrop-designer__workspace {
	display: grid;
	grid-template-columns: minmax(0, 1.28fr) minmax(330px, 0.72fr);
	gap: clamp(26px, 4vw, 54px);
	align-items: start;
	margin-top: clamp(38px, 5vw, 62px);
}

.soh-brand-shell .soh-backdrop-designer__preview-panel {
	min-width: 0;
}

.soh-brand-shell .soh-backdrop-designer__preview {
	position: relative;
	overflow: hidden;
	aspect-ratio: 3 / 2;
	border: 8px solid #ffffff;
	border-radius: clamp(20px, 2.4vw, 32px);
	background: #c9d5df;
	box-shadow: 0 28px 65px rgba(7, 24, 42, 0.2);
}

.soh-brand-shell .soh-backdrop-designer__fallback,
.soh-brand-shell .soh-backdrop-designer__canvas {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.soh-brand-shell .soh-backdrop-designer__canvas {
	display: none;
	touch-action: none;
	cursor: grab;
}

.soh-brand-shell .soh-backdrop-designer.is-stage-ready .soh-backdrop-designer__fallback {
	display: none;
}

.soh-brand-shell .soh-backdrop-designer.is-stage-ready .soh-backdrop-designer__canvas {
	display: block;
}

.soh-brand-shell .soh-backdrop-designer__canvas[data-dragging="true"] {
	cursor: grabbing;
}

.soh-brand-shell .soh-backdrop-designer[data-soh-preset="step-repeat"] .soh-backdrop-designer__canvas,
.soh-brand-shell .soh-backdrop-designer[data-soh-preset="clean-grid"] .soh-backdrop-designer__canvas {
	touch-action: pan-y;
	cursor: default;
}

.soh-brand-shell .soh-backdrop-designer__canvas:focus-visible,
.soh-brand-shell .soh-backdrop-designer__preview:focus-within {
	outline: 3px solid #1e6bb8;
	outline-offset: 4px;
}

.soh-brand-shell .soh-backdrop-designer__preview-note {
	margin: 14px 8px 0;
	color: #536679;
	font-size: 13px;
	line-height: 1.55;
}

.soh-brand-shell .soh-backdrop-designer__controls {
	padding: clamp(24px, 3vw, 34px);
	border: 1px solid #d4e4f2;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 18px 48px rgba(15, 63, 115, 0.1);
}

.soh-brand-shell .soh-backdrop-designer__dropzone {
	position: relative;
	border: 2px dashed #71aede;
	border-radius: 18px;
	background: #f2f9ff;
	transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.soh-brand-shell .soh-backdrop-designer__dropzone.is-dragover,
.soh-brand-shell .soh-backdrop-designer__dropzone:focus-within {
	border-color: #0f5e9f;
	background: #e4f3ff;
	box-shadow: 0 0 0 4px rgba(30, 107, 184, 0.12);
}

.soh-brand-shell .soh-backdrop-designer__upload {
	display: flex;
	min-height: 154px;
	padding: 24px;
	cursor: pointer;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.soh-brand-shell .soh-backdrop-designer__upload span,
.soh-brand-shell .soh-backdrop-designer__upload strong,
.soh-brand-shell .soh-backdrop-designer__upload small {
	display: block;
}

.soh-brand-shell .soh-backdrop-designer__upload span {
	color: #536679;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.soh-brand-shell .soh-backdrop-designer__upload strong {
	margin: 7px 0;
	color: #0d4e85;
	font-family: var(--soh-display);
	font-size: 21px;
	line-height: 1.2;
}

.soh-brand-shell .soh-backdrop-designer__upload small {
	color: #4d5f70;
	font-size: 12px;
	line-height: 1.45;
}

.soh-brand-shell .soh-backdrop-designer__file {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

.soh-brand-shell .soh-backdrop-designer__presets {
	margin: 24px 0 0;
	padding: 0;
	border: 0;
}

.soh-brand-shell .soh-backdrop-designer__presets legend {
	margin-bottom: 10px;
	color: #172330;
	font-weight: 800;
}

.soh-brand-shell .soh-backdrop-designer__preset-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.soh-brand-shell .soh-backdrop-designer__preset-grid label {
	display: grid;
	min-height: 96px;
	padding: 14px;
	border: 1px solid #cbdbe8;
	border-radius: 14px;
	background: #ffffff;
	cursor: pointer;
	grid-template-columns: 22px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
}

.soh-brand-shell .soh-backdrop-designer__preset-grid label:has(input:checked) {
	border-color: #1e6bb8;
	background: #edf6fe;
	box-shadow: inset 0 0 0 1px #1e6bb8;
}

.soh-brand-shell .soh-backdrop-designer__preset-grid label:focus-within {
	outline: 3px solid rgba(30, 107, 184, 0.3);
	outline-offset: 2px;
}

.soh-brand-shell .soh-backdrop-designer__preset-grid label:has(input:disabled) {
	cursor: not-allowed;
	opacity: 0.68;
}

.soh-brand-shell .soh-backdrop-designer__preset-grid input {
	width: 20px;
	height: 20px;
	margin: 2px 0 0;
	accent-color: #1e6bb8;
}

.soh-brand-shell .soh-backdrop-designer__preset-grid span,
.soh-brand-shell .soh-backdrop-designer__preset-grid strong,
.soh-brand-shell .soh-backdrop-designer__preset-grid small {
	display: block;
}

.soh-brand-shell .soh-backdrop-designer__preset-grid strong {
	color: #172330;
	font-size: 14px;
	line-height: 1.3;
}

.soh-brand-shell .soh-backdrop-designer__preset-grid small {
	margin-top: 5px;
	color: #4d5f70;
	font-size: 12px;
	line-height: 1.4;
}

.soh-brand-shell .soh-backdrop-designer__preset-help,
.soh-brand-shell .soh-backdrop-designer__mode-help {
	margin: -4px 0 0;
	color: #4d5f70;
	font-size: 12px;
	line-height: 1.5;
}

.soh-brand-shell .soh-backdrop-designer__mode {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin: 24px 0 0;
	padding: 0;
	border: 0;
}

.soh-brand-shell .soh-backdrop-designer__mode legend {
	grid-column: 1 / -1;
	margin-bottom: 6px;
	color: #172b3d;
	font-weight: 800;
}

.soh-brand-shell .soh-backdrop-designer__mode label {
	display: flex;
	min-height: 48px;
	padding: 10px 12px;
	border: 1px solid #c9dbe9;
	border-radius: 11px;
	background: #f8fbfe;
	color: #31475b;
	cursor: pointer;
	font-size: 14px;
	font-weight: 750;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.soh-brand-shell .soh-backdrop-designer__mode label:has(input:checked) {
	border-color: #1e6bb8;
	background: #e7f3fd;
	color: #0f4e84;
	box-shadow: inset 0 0 0 1px #1e6bb8;
}

.soh-brand-shell .soh-backdrop-designer__mode input {
	width: 18px;
	height: 18px;
	margin: 0 8px 0 0;
	accent-color: #1e6bb8;
}

.soh-brand-shell .soh-backdrop-designer__sliders {
	display: grid;
	gap: 9px;
	margin-top: 24px;
}

.soh-brand-shell .soh-backdrop-designer__sliders label {
	display: flex;
	margin-top: 8px;
	color: #263c50;
	font-size: 14px;
	font-weight: 800;
	justify-content: space-between;
}

.soh-brand-shell .soh-backdrop-designer__sliders output {
	color: #1763a5;
	font-variant-numeric: tabular-nums;
}

.soh-brand-shell .soh-backdrop-designer__sliders input[type="range"] {
	width: 100%;
	min-height: 44px;
	margin: 0;
	accent-color: #1e6bb8;
}

.soh-brand-shell .soh-backdrop-designer__actions,
.soh-brand-shell .soh-backdrop-designer__downloads {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 22px;
}

.soh-brand-shell .soh-backdrop-designer button:disabled {
	cursor: not-allowed;
	opacity: 0.46;
}

.soh-brand-shell .soh-backdrop-designer__messages {
	margin-top: 22px;
	padding: 16px;
	border-radius: 14px;
	background: #f3f7fa;
}

.soh-brand-shell .soh-backdrop-designer__messages p {
	margin: 0;
	color: #526476;
	font-size: 13px;
	line-height: 1.55;
}

.soh-brand-shell .soh-backdrop-designer__messages p + p {
	margin-top: 7px;
}

.soh-brand-shell #soh-backdrop-status[data-state="error"] {
	color: #9f1d20;
	font-weight: 800;
}

.soh-brand-shell #soh-backdrop-status[data-state="success"] {
	color: #166534;
	font-weight: 800;
}

.soh-brand-shell .soh-backdrop-designer__download-note {
	margin: 12px 0 0;
	color: #5c6e7f;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
}

.soh-brand-shell .soh-backdrop-designer__noscript {
	margin: 24px 0 0;
	padding: 16px 18px;
	border-left: 4px solid #1e6bb8;
	background: #ffffff;
	color: #334b60;
}

.soh-brand-shell .soh-custom-backdrop-corporate {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 88% 8%, rgba(117, 183, 238, 0.24), transparent 28%),
		linear-gradient(135deg, #06111f, #0e3b64 72%, #155d98 135%) !important;
	color: #ffffff;
}

.soh-brand-shell .soh-custom-backdrop-corporate .soh-page-heading h2,
.soh-brand-shell .soh-custom-backdrop-corporate .soh-page-heading > p:not(.soh-page-eyebrow) {
	color: #ffffff;
}

.soh-brand-shell .soh-custom-backdrop-corporate .soh-page-eyebrow {
	color: #a9d8ff;
}

.soh-brand-shell .soh-custom-backdrop-corporate__showcase {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin-top: clamp(34px, 4vw, 52px);
}

.soh-brand-shell .soh-custom-backdrop-corporate__concept {
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
}

.soh-brand-shell .soh-custom-backdrop-corporate__showcase--five {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.soh-brand-shell .soh-custom-backdrop-corporate__showcase--five .soh-custom-backdrop-corporate__concept {
	grid-column: span 2;
}

.soh-brand-shell .soh-custom-backdrop-corporate__showcase--five .soh-custom-backdrop-corporate__concept:nth-last-child(2) {
	grid-column: 2 / span 2;
}

.soh-brand-shell .soh-custom-backdrop-corporate__showcase--five .soh-custom-backdrop-corporate__concept:last-child {
	grid-column: 4 / span 2;
}

.soh-brand-shell .soh-custom-backdrop-corporate__concept img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 2;
	background: #e8edf1;
	object-fit: cover;
}

.soh-brand-shell .soh-custom-backdrop-corporate__concept figcaption {
	padding: 20px;
}

.soh-brand-shell .soh-custom-backdrop-corporate__concept figcaption > span {
	display: block;
	margin-bottom: 8px;
	color: #1e6bb8;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.11em;
	line-height: 1.35;
	text-transform: uppercase;
}

.soh-brand-shell .soh-custom-backdrop-corporate__concept h3 {
	margin: 0;
	color: #142232;
	font-family: var(--soh-display);
	font-size: clamp(21px, 1.6vw, 26px);
	line-height: 1.14;
}

.soh-brand-shell .soh-custom-backdrop-corporate__concept p {
	margin: 12px 0 16px;
	color: #526476;
	font-size: 14px;
	line-height: 1.6;
}

.soh-brand-shell .soh-custom-backdrop-corporate__concept small {
	display: inline-flex;
	padding: 6px 9px;
	border-radius: 999px;
	background: #eaf4fb;
	color: #0e4d82;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1.25;
	text-transform: uppercase;
}

.soh-brand-shell .soh-custom-backdrop-corporate__disclaimer {
	max-width: 900px;
	margin: 20px auto 0;
	color: #dceeff;
	font-size: 14px;
	line-height: 1.65;
	text-align: center;
}

.soh-brand-shell .soh-custom-backdrop-corporate__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 32px;
}

.soh-brand-shell .soh-custom-backdrop-corporate__grid article {
	padding: clamp(24px, 2.5vw, 34px);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.07);
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.14);
}

.soh-brand-shell .soh-custom-backdrop-corporate__grid article > span {
	display: inline-grid;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 50%;
	color: #a9d8ff;
	font-family: var(--soh-display);
	font-weight: 800;
	place-items: center;
}

.soh-brand-shell .soh-custom-backdrop-corporate__grid h3 {
	margin: 18px 0 12px;
	color: #ffffff;
	font-family: var(--soh-display);
	font-size: clamp(23px, 2vw, 30px);
	line-height: 1.15;
}

.soh-brand-shell .soh-custom-backdrop-corporate__grid p {
	margin: 0;
	color: #dceeff;
	line-height: 1.65;
}

.soh-brand-shell .soh-custom-backdrop-corporate__links {
	display: flex;
	gap: 8px 24px;
	margin-top: 30px;
	flex-wrap: wrap;
	justify-content: center;
}

.soh-brand-shell .soh-custom-backdrop-corporate__links a,
.soh-brand-shell .soh-custom-backdrop-corporate__links a:visited {
	color: #d9efff;
}

.soh-brand-shell .soh-custom-backdrop-corporate__links a:hover,
.soh-brand-shell .soh-custom-backdrop-corporate__links a:focus-visible {
	color: #ffffff;
}

.soh-brand-shell .soh-custom-backdrop-occasions {
	background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%) !important;
}

.soh-brand-shell .soh-custom-backdrop-occasions__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: clamp(34px, 4vw, 52px);
}

.soh-brand-shell .soh-custom-backdrop-occasions__grid article {
	padding: clamp(24px, 2.5vw, 34px);
	border: 1px solid #d7e6f2;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 14px 34px rgba(15, 63, 115, 0.07);
}

.soh-brand-shell .soh-custom-backdrop-occasions__grid h3 {
	margin: 0 0 12px;
	color: #172330;
	font-family: var(--soh-display);
	font-size: clamp(23px, 2vw, 30px);
	line-height: 1.15;
}

.soh-brand-shell .soh-custom-backdrop-occasions__grid p {
	margin: 0;
	color: #526476;
	line-height: 1.68;
}

.soh-brand-shell .soh-custom-backdrop-occasions__links {
	display: flex;
	gap: 8px 24px;
	margin-top: 28px;
	flex-wrap: wrap;
	justify-content: center;
}

.soh-brand-shell .soh-custom-backdrop-guidance {
	background: #ffffff !important;
}

.soh-brand-shell .soh-custom-backdrop-guidance__grid,
.soh-brand-shell .soh-custom-backdrop-ownership__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.92fr);
	gap: clamp(42px, 7vw, 92px);
	align-items: center;
}

.soh-brand-shell .soh-custom-backdrop-guidance h2,
.soh-brand-shell .soh-custom-backdrop-ownership h2 {
	margin: 10px 0 18px;
	color: #101820;
	font-family: var(--soh-display);
	font-size: clamp(36px, 4vw, 56px);
	letter-spacing: -0.04em;
	line-height: 1.04;
	text-wrap: balance;
}

.soh-brand-shell .soh-custom-backdrop-guidance p:not(.soh-page-eyebrow),
.soh-brand-shell .soh-custom-backdrop-ownership p:not(.soh-page-eyebrow) {
	color: #4d5f70;
	line-height: 1.75;
}

.soh-brand-shell .soh-custom-backdrop-guidance__links {
	display: flex;
	gap: 8px 24px;
	margin-top: 20px;
	flex-wrap: wrap;
}

.soh-brand-shell .soh-custom-backdrop-guidance .soh-page-checks {
	margin: 0;
	padding: clamp(26px, 3vw, 38px);
	border: 1px solid #d6e5f2;
	border-radius: 24px;
	background: #f2f8fd;
	box-shadow: 0 16px 42px rgba(15, 63, 115, 0.08);
}

.soh-brand-shell .soh-custom-backdrop-process {
	background: #eef6fd !important;
}

.soh-brand-shell .soh-custom-backdrop-process__steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin: clamp(36px, 5vw, 58px) 0 0;
	padding: 0;
	list-style: none;
}

.soh-brand-shell .soh-custom-backdrop-process__steps li {
	padding: clamp(24px, 2.5vw, 32px);
	border: 1px solid #d3e4f2;
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0 12px 32px rgba(15, 63, 115, 0.07);
}

.soh-brand-shell .soh-custom-backdrop-process__steps li > span {
	color: #1e6bb8;
	font-family: var(--soh-display);
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.soh-brand-shell .soh-custom-backdrop-process__steps h3 {
	margin: 14px 0 10px;
	color: #172330;
	font-family: var(--soh-display);
	font-size: 24px;
	line-height: 1.16;
}

.soh-brand-shell .soh-custom-backdrop-process__steps p {
	margin: 0;
	color: #536679;
	font-size: 14px;
	line-height: 1.62;
}

.soh-brand-shell .soh-custom-backdrop-ownership {
	background: #ffffff !important;
}

.soh-brand-shell .soh-custom-backdrop-ownership__actions {
	padding: clamp(28px, 4vw, 46px);
	border-radius: 26px;
	background: linear-gradient(145deg, #0d4778, #1e6bb8);
	box-shadow: 0 22px 52px rgba(15, 63, 115, 0.2);
}

.soh-brand-shell .soh-custom-backdrop-ownership__actions .soh-page-button,
.soh-brand-shell .soh-custom-backdrop-ownership__actions .soh-page-button:visited {
	width: 100%;
	border-color: #ffffff;
	background: #ffffff;
	color: #0e4d82 !important;
}

.soh-brand-shell .soh-custom-backdrop-ownership__actions .soh-page-button + .soh-page-button {
	margin-top: 12px;
}

.soh-brand-shell .soh-custom-backdrop-ownership__actions .soh-page-button:hover,
.soh-brand-shell .soh-custom-backdrop-ownership__actions .soh-page-button:focus-visible,
.soh-brand-shell .soh-custom-backdrop-ownership__actions .soh-page-button:active {
	border-color: #d8edff;
	background: #d8edff;
	color: #0e4d82 !important;
}

.soh-brand-shell .soh-custom-backdrop-ownership__actions .soh-page-button--secondary,
.soh-brand-shell .soh-custom-backdrop-ownership__actions .soh-page-button--secondary:visited {
	border-color: rgba(255, 255, 255, 0.76);
	background: transparent;
	color: #ffffff !important;
}

.soh-brand-shell .soh-custom-backdrop-ownership__actions .soh-page-button--secondary:hover,
.soh-brand-shell .soh-custom-backdrop-ownership__actions .soh-page-button--secondary:focus-visible,
.soh-brand-shell .soh-custom-backdrop-ownership__actions .soh-page-button--secondary:active {
	border-color: #ffffff;
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff !important;
}

@media (max-width: 1100px) {
	.soh-brand-shell .soh-custom-backdrop-hero__grid,
	.soh-brand-shell .soh-backdrop-designer__workspace {
		grid-template-columns: minmax(0, 1fr);
	}

	.soh-brand-shell .soh-custom-backdrop-hero__content {
		max-width: 760px;
	}

	.soh-brand-shell .soh-custom-backdrop-hero__media {
		width: min(760px, 100%);
		transform: none;
	}

	.soh-brand-shell .soh-backdrop-designer__controls {
		max-width: 760px;
	}

	.soh-brand-shell .soh-custom-backdrop-process__steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 921px) {
	.soh-brand-shell .soh-custom-backdrop-proof__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.soh-brand-shell .soh-custom-backdrop-proof__grid > div:nth-child(2) {
		border-right: 0;
	}

	.soh-brand-shell .soh-custom-backdrop-proof__grid > div:nth-child(-n + 2) {
		border-bottom: 1px solid #dfeaf4;
	}

	.soh-brand-shell .soh-custom-backdrop-corporate__showcase,
	.soh-brand-shell .soh-custom-backdrop-corporate__showcase--five {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.soh-brand-shell .soh-custom-backdrop-corporate__showcase--five .soh-custom-backdrop-corporate__concept,
	.soh-brand-shell .soh-custom-backdrop-corporate__showcase--five .soh-custom-backdrop-corporate__concept:nth-last-child(2) {
		grid-column: auto;
	}

	.soh-brand-shell .soh-custom-backdrop-corporate__showcase--five .soh-custom-backdrop-corporate__concept:last-child {
		width: calc(50% - 9px);
		grid-column: 1 / -1;
		justify-self: center;
	}

	.soh-brand-shell .soh-custom-backdrop-corporate__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.soh-brand-shell .soh-custom-backdrop-occasions__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.soh-brand-shell .soh-custom-backdrop-guidance__grid,
	.soh-brand-shell .soh-custom-backdrop-ownership__grid {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 767px) {
	.soh-brand-shell .soh-custom-backdrop-hero {
		padding: 50px 0 72px;
	}

	.soh-brand-shell .soh-custom-backdrop-hero__grid {
		gap: 34px;
	}

	.soh-brand-shell .soh-custom-backdrop-hero h1 {
		font-size: clamp(40px, 11vw, 56px);
		line-height: 1;
	}

	.soh-brand-shell .soh-custom-backdrop-hero__media img,
	.soh-brand-shell .soh-backdrop-designer__preview {
		border-width: 5px;
		border-radius: 20px;
	}

	.soh-brand-shell .soh-custom-backdrop-proof {
		margin-top: -18px;
	}

	.soh-brand-shell .soh-custom-backdrop-compare__grid,
	.soh-brand-shell .soh-custom-backdrop-process__steps {
		grid-template-columns: minmax(0, 1fr);
	}

	.soh-brand-shell .soh-backdrop-designer__workspace {
		gap: 26px;
	}

	.soh-brand-shell .soh-backdrop-designer__controls {
		padding: 22px;
		border-radius: 20px;
	}

	.soh-brand-shell .soh-custom-backdrop-corporate__showcase,
	.soh-brand-shell .soh-custom-backdrop-corporate__showcase--five {
		grid-template-columns: minmax(0, 1fr);
	}

	.soh-brand-shell .soh-custom-backdrop-corporate__showcase--five .soh-custom-backdrop-corporate__concept,
	.soh-brand-shell .soh-custom-backdrop-corporate__showcase--five .soh-custom-backdrop-corporate__concept:nth-last-child(2),
	.soh-brand-shell .soh-custom-backdrop-corporate__showcase--five .soh-custom-backdrop-corporate__concept:last-child {
		width: 100%;
		grid-column: auto;
	}

	.soh-brand-shell .soh-custom-backdrop-corporate__concept figcaption {
		padding: 18px;
	}

	.soh-brand-shell .soh-custom-backdrop-corporate__disclaimer {
		text-align: left;
	}

	.soh-brand-shell .soh-custom-backdrop-corporate__links,
	.soh-brand-shell .soh-custom-backdrop-occasions__links,
	.soh-brand-shell .soh-custom-backdrop-guidance__links {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 480px) {
	.soh-brand-shell .soh-custom-backdrop-hero {
		padding-top: 42px;
	}

	.soh-brand-shell .soh-custom-backdrop-hero__media figcaption {
		text-align: left;
	}

	.soh-brand-shell .soh-custom-backdrop-proof__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.soh-brand-shell .soh-backdrop-designer__preset-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.soh-brand-shell .soh-custom-backdrop-proof__grid > div {
		border-right: 0;
		border-bottom: 1px solid #dfeaf4;
	}

	.soh-brand-shell .soh-custom-backdrop-proof__grid > div:last-child {
		border-bottom: 0;
	}

	.soh-brand-shell .soh-backdrop-designer__mode,
	.soh-brand-shell .soh-backdrop-designer__actions,
	.soh-brand-shell .soh-backdrop-designer__downloads {
		grid-template-columns: minmax(0, 1fr);
	}

	.soh-brand-shell .soh-backdrop-designer__upload {
		min-height: 138px;
		padding: 20px 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.soh-brand-shell .soh-backdrop-designer__dropzone {
		transition: none;
	}
}

@media print {
	.soh-brand-shell .soh-backdrop-designer__controls,
	.soh-brand-shell .soh-backdrop-designer__privacy,
	.soh-brand-shell .soh-custom-backdrop-hero .soh-page-actions,
	.soh-brand-shell .soh-custom-backdrop-ownership__actions {
		display: none !important;
	}

	.soh-brand-shell .soh-backdrop-designer__workspace,
	.soh-brand-shell .soh-custom-backdrop-guidance__grid,
	.soh-brand-shell .soh-custom-backdrop-ownership__grid {
		display: block;
	}
}
