/*
 * Snaps of Harmony internal-page brand system.
 * Every selector is scoped to the code-owned internal pages.
 */

body.soh-brand-shell {
	--soh-blue: #1e6bb8;
	--soh-blue-hover: #15518f;
	--soh-blue-dark: #0f3f73;
	--soh-blue-deep: #092b4d;
	--soh-blue-light: #75b7ee;
	--soh-blue-soft: #dcebfa;
	--soh-blue-pale: #edf6ff;
	--soh-black: #080b10;
	--soh-charcoal: #171d26;
	--soh-ink: #111827;
	--soh-muted: #4b5563;
	--soh-gray: #6b7280;
	--soh-line: #d8dee7;
	--soh-line-soft: #e9edf2;
	--soh-control-border: #8792a1;
	--soh-surface: #ffffff;
	--soh-surface-soft: #f5f7fa;
	--soh-surface-warm: #fafbfc;
	--soh-white: #ffffff;
	--soh-display: "Bricolage Grotesque", "Arial Narrow", Arial, sans-serif;
	--soh-body: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--soh-shadow: 0 22px 60px rgba(8, 11, 16, 0.14);
	--soh-shadow-soft: 0 12px 34px rgba(8, 11, 16, 0.09);
	--soh-header-shadow: 0 8px 28px rgba(8, 11, 16, 0.08);
	--soh-radius-sm: 14px;
	--soh-radius-md: 22px;
	--soh-radius-lg: 32px;
	background: var(--soh-surface-warm);
	color: var(--soh-ink);
	font-family: var(--soh-body);
	overflow-x: clip;
}

.soh-brand-shell #page,
.soh-brand-shell #content,
.soh-brand-shell #primary,
.soh-brand-shell .site-main,
.soh-brand-shell .site-content > .ast-container {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.soh-brand-shell .site-content > .ast-container {
	display: block;
}

.soh-brand-shell .site-footer {
	display: none;
}

/* Astra navigation shell */
.soh-brand-shell #masthead {
	position: sticky !important;
	top: 0;
	z-index: 1000;
	font-family: var(--soh-body);
	box-shadow: var(--soh-header-shadow);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
}

.soh-brand-shell.admin-bar #masthead {
	top: 32px;
}

.soh-brand-shell .ast-primary-header-bar,
.soh-brand-shell.ast-theme-transparent-header .ast-primary-header-bar {
	background: rgba(255, 255, 255, 0.97) !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(8, 11, 16, 0.08) !important;
}

.soh-brand-shell .site-primary-header-wrap,
.soh-brand-shell .ast-builder-grid-row {
	min-height: 76px;
}

.soh-brand-shell .site-branding {
	padding-block: 4px;
}

.soh-brand-shell .custom-logo {
	width: 86px;
	height: auto;
	max-width: 86px;
}

.soh-brand-shell .custom-logo-link {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
}

.soh-brand-shell .ast-mobile-svg,
.soh-brand-shell .ast-mobile-svg path,
.soh-brand-shell .ast-arrow-svg,
.soh-brand-shell .ast-arrow-svg path {
	fill: currentColor !important;
}

.soh-brand-shell .main-header-menu .sub-menu {
	border-color: var(--soh-line) !important;
	background: var(--soh-white) !important;
	box-shadow: var(--soh-shadow-soft);
}

.soh-brand-shell .main-header-menu > .menu-item > .menu-link,
.soh-brand-shell .main-header-menu > .menu-item > .menu-link:visited {
	color: var(--soh-ink) !important;
	font-size: 14px;
	font-weight: 700;
}

.soh-brand-shell .main-header-menu > .menu-item:not(:last-child) > .menu-link {
	padding-inline: 14px;
}

.soh-brand-shell .main-header-menu > .menu-item:not(:last-child) > .menu-link:hover,
.soh-brand-shell .main-header-menu > .menu-item:not(:last-child) > .menu-link:focus-visible,
.soh-brand-shell .main-header-menu > .current-menu-item:not(:last-child) > .menu-link,
.soh-brand-shell .main-header-menu > .current_page_item:not(:last-child) > .menu-link {
	color: var(--soh-blue) !important;
}

.soh-brand-shell .main-header-menu > .menu-item:last-child > .menu-link {
	box-sizing: border-box;
	min-height: 46px;
	margin-block: 12px;
	padding-inline: 20px;
	border: 2px solid var(--soh-blue);
	border-radius: 12px;
	background: var(--soh-blue);
	color: var(--soh-white) !important;
	font-size: 14px;
	font-weight: 800;
	box-shadow: 0 3px 0 rgba(8, 11, 16, 0.16), 0 8px 18px rgba(8, 11, 16, 0.12);
	transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.soh-brand-shell .main-header-menu > .menu-item:last-child > .menu-link:hover,
.soh-brand-shell .main-header-menu > .menu-item:last-child > .menu-link:focus-visible,
.soh-brand-shell .main-header-menu > .current-menu-item:last-child > .menu-link,
.soh-brand-shell .main-header-menu > .current_page_item:last-child > .menu-link {
	border-color: var(--soh-blue-hover);
	background: var(--soh-blue-hover);
	color: var(--soh-white) !important;
	transform: translateY(-1px);
}

@media (min-width: 922px) {
	.soh-brand-shell .main-header-menu > .menu-item:not(:last-child) > .menu-link {
		height: 76px;
		min-height: 76px;
	}

	.soh-brand-shell .main-header-menu > .menu-item:last-child > .menu-link {
		height: 46px;
	}
}

/* Page foundations */
.soh-page,
.soh-page *,
.soh-page *::before,
.soh-page *::after,
.soh-brand-shell .soh-custom-footer,
.soh-brand-shell .soh-custom-footer *,
.soh-brand-shell .soh-custom-footer *::before,
.soh-brand-shell .soh-custom-footer *::after {
	box-sizing: border-box;
}

.soh-page {
	width: 100%;
	margin: 0;
	padding: 0;
	background: var(--soh-surface-warm);
	color: var(--soh-ink);
	font-family: var(--soh-body);
	font-size: 17px;
	line-height: 1.68;
}

.soh-page :where(h1, h2, h3, h4, p, figure, blockquote, ul, ol) {
	margin-top: 0;
}

.soh-page :where(h1, h2, h3, h4) {
	color: var(--soh-ink);
	font-family: var(--soh-display);
	font-weight: 700;
	line-height: 1.04;
	letter-spacing: -0.035em;
}

.soh-page h1 {
	max-width: 920px;
	margin-bottom: 22px;
	font-size: clamp(2.75rem, 5.9vw, 4.75rem);
}

.soh-page h2 {
	margin-bottom: 18px;
	font-size: clamp(2.25rem, 4.4vw, 3.45rem);
}

.soh-page h3 {
	margin-bottom: 12px;
	font-size: clamp(1.45rem, 2.4vw, 2rem);
	line-height: 1.12;
}

.soh-page h4 {
	font-size: 1.2rem;
}

.soh-page p {
	margin-bottom: 20px;
	color: var(--soh-muted);
}

.soh-page a {
	color: var(--soh-blue);
	text-decoration-thickness: 1.5px;
	text-underline-offset: 3px;
}

.soh-page img,
.soh-brand-shell .soh-custom-footer img {
	display: block;
	max-width: 100%;
	height: auto;
}

.soh-page button,
.soh-page input,
.soh-page select,
.soh-page textarea {
	font: inherit;
}

.soh-page-shell {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

.soh-page-breadcrumbs {
	border-bottom: 1px solid var(--soh-line-soft);
	background: var(--soh-white);
	font-size: 13px;
	font-weight: 700;
}

.soh-page-breadcrumbs .soh-page-shell {
	display: flex;
	min-height: 46px;
	align-items: center;
	gap: 10px;
	overflow: hidden;
	white-space: nowrap;
}

.soh-page-breadcrumbs a {
	color: var(--soh-blue-dark);
}

.soh-page-breadcrumbs span:last-child {
	overflow: hidden;
	color: var(--soh-gray);
	text-overflow: ellipsis;
}

.soh-page-eyebrow {
	margin-bottom: 14px !important;
	color: var(--soh-blue) !important;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.3;
	text-transform: uppercase;
}

.soh-page-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: clamp(72px, 8vw, 118px) 0;
	background:
		radial-gradient(circle at 84% 14%, rgba(117, 183, 238, 0.4), transparent 26%),
		linear-gradient(135deg, #ffffff 0%, #edf6ff 55%, #dcebfa 100%);
}

.soh-page-hero::before,
.soh-page-hero::after {
	position: absolute;
	z-index: -1;
	content: "";
	pointer-events: none;
}

.soh-page-hero::before {
	top: -130px;
	right: -110px;
	width: 360px;
	height: 360px;
	border: 1px solid rgba(30, 107, 184, 0.18);
	border-radius: 50%;
}

.soh-page-hero::after {
	bottom: -65px;
	left: 8%;
	width: 150px;
	height: 150px;
	border: 34px solid rgba(30, 107, 184, 0.08);
	border-radius: 28px;
	transform: rotate(18deg);
}

.soh-page-hero > .soh-page-shell:not(.soh-page-split) {
	max-width: 980px;
	text-align: center;
}

.soh-page-hero > .soh-page-shell:not(.soh-page-split) h1,
.soh-page-hero > .soh-page-shell:not(.soh-page-split) > p:not(.soh-page-eyebrow) {
	margin-inline: auto;
}

.soh-page-hero > .soh-page-shell:not(.soh-page-split) > p:not(.soh-page-eyebrow) {
	max-width: 760px;
	font-size: 20px;
}

.soh-page-hero .soh-page-split,
.soh-page-hero > .soh-page-shell > .soh-page-split {
	align-items: center;
}

.soh-page-hero .soh-page-split > div:first-child > p:not(.soh-page-eyebrow) {
	max-width: 670px;
	font-size: 19px;
}

.soh-page-hero--packages .soh-page-split {
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
	gap: clamp(30px, 4vw, 58px);
}

.soh-page-hero--packages .soh-page-split > .soh-page-media {
	aspect-ratio: 16 / 9;
	align-self: center;
}

.soh-page-hero--packages .soh-page-split > .soh-page-media .soh-page-image {
	height: 100%;
	min-height: 0;
	max-height: none;
	object-fit: cover;
	object-position: center;
}

.soh-page-hero--packages .soh-page-hero__content--packages {
	overflow: hidden;
	padding: clamp(36px, 4vw, 56px);
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: var(--soh-radius-lg);
	background-color: var(--soh-blue-deep);
	background-image:
		linear-gradient(135deg, rgba(8, 11, 16, 0.88) 0%, rgba(15, 63, 115, 0.8) 58%, rgba(8, 11, 16, 0.86) 100%),
		url("../../../../uploads/2022/11/Photobooth-Prints.jpeg");
	background-position: center, center 46%;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 28px 64px rgba(8, 11, 16, 0.24);
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.62);
}

.soh-page-hero--packages .soh-page-hero__content--packages :where(h1, p) {
	color: var(--soh-white) !important;
}

.soh-page-hero--packages .soh-page-hero__content--packages .soh-page-eyebrow {
	color: var(--soh-blue-light) !important;
}

.soh-page-hero--packages .soh-page-hero__content--packages > p:not(.soh-page-eyebrow) {
	color: rgba(255, 255, 255, 0.9) !important;
}

.soh-page-hero--packages .soh-page-hero__content--packages a:focus-visible {
	outline-color: var(--soh-white);
}

.soh-page-hero--360 {
	background:
		radial-gradient(circle at 82% 20%, rgba(117, 183, 238, 0.3), transparent 28%),
		linear-gradient(135deg, var(--soh-blue-deep), var(--soh-blue-dark));
}

.soh-page-hero--360 :where(h1, p),
.soh-page-hero--360 .soh-page-eyebrow {
	color: var(--soh-white) !important;
}

.soh-page-hero--360 .soh-page-button--secondary {
	border-color: rgba(255, 255, 255, 0.7);
	background: rgba(255, 255, 255, 0.1);
	color: var(--soh-white);
}

.soh-page-hero--360 .soh-page-split {
	grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
}

.soh-page-hero--360 .soh-page-hero__content {
	position: relative;
	z-index: 2;
}

.soh-page-hero--360 .soh-page-hero__video-wrap {
	position: relative;
	width: min(100%, 390px);
	align-self: center;
	justify-self: center;
}

.soh-page-hero--360 .soh-page-video--featured {
	width: 100%;
	max-width: none;
	aspect-ratio: 9 / 16;
	border-color: rgba(255, 255, 255, 0.32);
	border-radius: var(--soh-radius-lg);
	box-shadow: 0 30px 72px rgba(0, 0, 0, 0.38);
}

.soh-page-hero--360 .soh-page-video--featured .soh-page-video__poster img {
	opacity: 1;
}

.soh-page-backdrops .soh-page-hero--backdrops {
	display: grid;
	min-height: clamp(600px, 64vw, 790px);
	place-items: center;
	padding: clamp(88px, 10vw, 138px) 0;
	background:
		linear-gradient(90deg, rgba(5, 13, 25, 0.88) 0%, rgba(5, 13, 25, 0.68) 58%, rgba(5, 13, 25, 0.48) 100%),
		linear-gradient(135deg, var(--soh-blue-deep), var(--soh-blue-dark));
}

.soh-page-backdrops .soh-page-hero--backdrops::before {
	z-index: -1;
	inset: 0;
	width: auto;
	height: auto;
	border: 0;
	border-radius: 0;
	background:
		linear-gradient(180deg, rgba(5, 13, 25, 0.2) 0%, rgba(5, 13, 25, 0.04) 48%, rgba(5, 13, 25, 0.5) 100%),
		linear-gradient(90deg, rgba(5, 13, 25, 0.72) 0%, rgba(5, 13, 25, 0.44) 52%, rgba(5, 13, 25, 0.24) 100%);
}

.soh-page-backdrops .soh-page-hero--backdrops::after {
	display: none;
}

.soh-page-backdrops .soh-page-hero--backdrops > .soh-page-shell {
	position: relative;
	z-index: 2;
	max-width: var(--soh-shell);
	text-align: left;
}

.soh-page-backdrops .soh-page-hero--backdrops > .soh-page-shell :where(h1, p) {
	margin-inline: 0;
	color: var(--soh-white) !important;
	text-shadow: 0 2px 22px rgba(0, 0, 0, 0.72);
}

.soh-page-backdrops .soh-page-hero--backdrops > .soh-page-shell h1 {
	max-width: 840px;
}

.soh-page-backdrops .soh-page-hero--backdrops > .soh-page-shell > p:not(.soh-page-eyebrow) {
	max-width: 680px;
	color: rgba(255, 255, 255, 0.92) !important;
}

.soh-page-backdrops .soh-page-hero--backdrops .soh-page-eyebrow {
	color: var(--soh-blue-light) !important;
}

.soh-page-backdrops .soh-page-hero--backdrops .soh-page-actions {
	justify-content: flex-start;
}

.soh-page-backdrops .soh-page-hero--backdrops .soh-page-button--secondary {
	border-color: rgba(255, 255, 255, 0.78);
	background: rgba(5, 13, 25, 0.28);
	color: var(--soh-white) !important;
	backdrop-filter: blur(8px);
}

.soh-page-backdrops .soh-page-hero--backdrops a:focus-visible {
	outline-color: var(--soh-white);
}

.soh-page--templates .soh-page-hero--templates {
	display: grid;
	min-height: clamp(650px, 46vw, 790px);
	place-items: center;
	padding: clamp(88px, 9vw, 128px) 0;
	background:
		linear-gradient(90deg, rgba(5, 13, 25, 0.97) 0%, rgba(5, 13, 25, 0.92) 32%, rgba(5, 13, 25, 0.68) 54%, rgba(5, 13, 25, 0.16) 100%),
		url("../images/template-showcase-poster.webp") center / cover no-repeat,
		var(--soh-blue-deep);
}

.soh-page--templates .soh-page-hero--templates::before {
	z-index: -1;
	inset: 0;
	width: auto;
	height: auto;
	border: 0;
	border-radius: 0;
	background:
		linear-gradient(180deg, rgba(5, 13, 25, 0.2) 0%, rgba(5, 13, 25, 0.02) 52%, rgba(5, 13, 25, 0.42) 100%),
		linear-gradient(90deg, rgba(5, 13, 25, 0.74) 0%, rgba(5, 13, 25, 0.5) 42%, rgba(5, 13, 25, 0.08) 78%);
}

.soh-page--templates .soh-page-hero--templates::after {
	display: none;
}

.soh-page--templates .soh-page-hero--templates > .soh-page-shell {
	position: relative;
	z-index: 2;
	width: min(1180px, calc(100% - 48px));
	max-width: 1180px;
	margin-inline: auto;
	text-align: left;
}

.soh-page--templates .soh-page-hero--templates > .soh-page-shell :where(h1, p) {
	margin-inline: 0;
	color: var(--soh-white) !important;
	text-shadow: 0 2px 22px rgba(0, 0, 0, 0.7);
}

.soh-page--templates .soh-page-hero--templates > .soh-page-shell h1 {
	max-width: 560px;
}

.soh-page--templates .soh-page-hero--templates > .soh-page-shell > p:not(.soh-page-eyebrow) {
	max-width: 550px;
	margin-inline: 0;
	color: rgba(255, 255, 255, 0.9) !important;
}

.soh-page--templates .soh-page-hero--templates .soh-page-eyebrow {
	color: var(--soh-blue-light) !important;
}

.soh-page--templates .soh-page-hero--templates .soh-page-actions {
	justify-content: flex-start;
}

.soh-page--templates .soh-page-hero--templates .soh-page-button--secondary,
.soh-page--templates .soh-page-hero--templates .soh-page-button--secondary:visited,
.soh-page--templates .soh-page-hero--templates .soh-page-button--secondary:hover,
.soh-page--templates .soh-page-hero--templates .soh-page-button--secondary:active {
	border-color: rgba(255, 255, 255, 0.78);
	background: rgba(5, 13, 25, 0.34);
	color: var(--soh-white) !important;
	backdrop-filter: blur(8px);
}

.soh-page--templates .soh-page-hero--templates a:focus-visible {
	outline-color: var(--soh-white);
}

.soh-page--templates .soh-page-hero--templates .soh-page-hero__vimeo-background {
	background: url("../images/template-showcase-poster.webp") center / cover no-repeat var(--soh-blue-deep);
}

@media (min-width: 922px) {
	.soh-page--templates .soh-page-hero--templates > .soh-page-shell:not(.soh-page-split) h1 {
		margin-inline: 0;
	}
}

.soh-page-hero__vimeo-background {
	position: absolute;
	z-index: -2;
	inset: 0;
	overflow: hidden;
	background: var(--soh-blue-deep);
	container-type: size;
	pointer-events: none;
}

.soh-page-hero__vimeo-background iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: max(100cqw, 177.778cqh);
	height: max(56.25cqw, 100cqh);
	max-width: none !important;
	border: 0;
	border-radius: 0 !important;
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, -50%);
	transition: opacity 320ms ease;
}

.soh-page-hero__vimeo-background.soh-is-loaded iframe {
	opacity: 1;
}

.soh-page-hero__motion-toggle {
	position: absolute;
	right: clamp(16px, 2.5vw, 32px);
	bottom: clamp(16px, 2.5vw, 28px);
	z-index: 3;
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	gap: 8px;
	padding: 10px 14px;
	border: 1px solid rgba(255, 255, 255, 0.74);
	border-radius: 12px;
	background: rgba(5, 13, 25, 0.72);
	color: var(--soh-white);
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.26);
	backdrop-filter: blur(8px);
	cursor: pointer;
}

.soh-page-hero__motion-toggle[hidden] {
	display: none;
}

.soh-page-hero__motion-toggle:hover,
.soh-page-hero__motion-toggle:active {
	background: rgba(5, 13, 25, 0.94);
}

.soh-page-hero__motion-icon {
	display: inline-flex;
	width: 15px;
	justify-content: center;
	font-size: 10px;
	letter-spacing: -3px;
}

.soh-page-hero__motion-toggle[data-motion-playing="false"] .soh-page-hero__motion-icon {
	font-size: 13px;
	letter-spacing: 0;
}

.soh-page-hero--contact {
	background:
		radial-gradient(circle at 78% 20%, rgba(255, 255, 255, 0.16), transparent 25%),
		linear-gradient(135deg, var(--soh-blue) 0%, var(--soh-blue-dark) 100%);
}

.soh-page-hero--contact :where(h1, p, a),
.soh-page-hero--contact .soh-page-eyebrow {
	color: var(--soh-white) !important;
}

.soh-page-hero--contact .soh-page-button {
	border-color: var(--soh-white);
	background: var(--soh-white);
	color: var(--soh-blue-dark) !important;
}

.soh-page-hero--contact .soh-page-button--secondary {
	background: transparent;
	color: var(--soh-white) !important;
}

.soh-page--more .soh-more-card.soh-more-card--celebration-cutout .soh-more-card__media {
	background:
		radial-gradient(circle at 50% 88%, rgba(117, 183, 238, 0.36), transparent 48%),
		linear-gradient(145deg, var(--soh-blue-deep), var(--soh-blue));
}

.soh-page--more .soh-more-card.soh-more-card--celebration-cutout .soh-more-card__media img {
	object-fit: contain;
	object-position: center bottom;
}

.soh-page-hero--contact .soh-page-media {
	overflow: visible;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.soh-page-hero--contact .soh-page-media img {
	display: block;
	height: auto;
	min-height: 0;
	max-height: none;
	object-fit: contain;
	object-position: center bottom;
	vertical-align: bottom;
	filter: drop-shadow(0 22px 30px rgba(5, 21, 39, 0.24));
}

.soh-page-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-top: 30px;
}

.soh-page-hero > .soh-page-shell:not(.soh-page-split) .soh-page-actions {
	justify-content: center;
}

.soh-page-button,
.soh-page-button:visited {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 13px 22px;
	border: 2px solid var(--soh-blue);
	border-radius: 14px;
	background: var(--soh-blue);
	color: var(--soh-white) !important;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 4px 0 rgba(8, 11, 16, 0.16), 0 10px 20px rgba(8, 11, 16, 0.12);
	cursor: pointer;
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.soh-page-button:hover,
.soh-page-button:active {
	border-color: var(--soh-blue-hover);
	background: var(--soh-blue-hover);
	color: var(--soh-white) !important;
	box-shadow: 0 6px 0 rgba(8, 11, 16, 0.14), 0 14px 24px rgba(8, 11, 16, 0.14);
	transform: translateY(-2px);
}

.soh-page-button--secondary,
.soh-page-button--secondary:visited {
	border-color: var(--soh-blue);
	background: var(--soh-white);
	color: var(--soh-blue-dark) !important;
	box-shadow: none;
}

.soh-page-button--secondary:hover,
.soh-page-button--secondary:active {
	background: var(--soh-blue-pale);
	color: var(--soh-blue-dark) !important;
	box-shadow: none;
}

.soh-page-button--white,
.soh-page-button--white:visited {
	border-color: var(--soh-white);
	background: var(--soh-white);
	color: var(--soh-blue-deep) !important;
}

/* Keep dark-hero actions legible in every browser link state. */
.soh-page-hero--360 .soh-page-button--secondary,
.soh-page-hero--360 .soh-page-button--secondary:visited,
.soh-page-hero--360 .soh-page-button--secondary:hover,
.soh-page-hero--360 .soh-page-button--secondary:active {
	border-color: rgba(255, 255, 255, 0.7);
	background: rgba(255, 255, 255, 0.1);
	color: var(--soh-white) !important;
}

.soh-page-hero--contact .soh-page-button,
.soh-page-hero--contact .soh-page-button:visited,
.soh-page-hero--contact .soh-page-button:hover,
.soh-page-hero--contact .soh-page-button:active {
	border-color: var(--soh-white);
	background: var(--soh-white);
	color: var(--soh-blue-dark) !important;
}

.soh-page-hero--contact .soh-page-button--secondary,
.soh-page-hero--contact .soh-page-button--secondary:visited,
.soh-page-hero--contact .soh-page-button--secondary:hover,
.soh-page-hero--contact .soh-page-button--secondary:active {
	background: transparent;
	color: var(--soh-white) !important;
}

.soh-page-section {
	padding: clamp(72px, 8vw, 108px) 0;
	background: var(--soh-white);
}

.soh-page-section:nth-of-type(odd) {
	background: var(--soh-surface-soft);
}

.soh-page-section--team,
.soh-page-section--experiences {
	background: var(--soh-blue-pale) !important;
}

.soh-page-section--reviews {
	background: var(--soh-blue-deep) !important;
}

.soh-page-section--reviews :where(h2, h3, blockquote, figcaption),
.soh-page-section--reviews .soh-page-eyebrow {
	color: var(--soh-white) !important;
}

.soh-page-section--reviews .soh-page-heading > p:not(.soh-page-eyebrow) {
	color: rgba(255, 255, 255, 0.78);
}

.soh-page-heading {
	max-width: 820px;
	margin-bottom: 42px;
}

.soh-page-heading > p:not(.soh-page-eyebrow) {
	max-width: 740px;
	font-size: 18px;
}

.soh-page-split {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
	align-items: center;
	gap: clamp(38px, 6vw, 80px);
}

.soh-page-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.soh-page-card {
	position: relative;
	overflow: hidden;
	min-width: 0;
	padding: 30px;
	border: 1px solid var(--soh-line);
	border-radius: var(--soh-radius-md);
	background: var(--soh-white);
	box-shadow: 0 1px 0 rgba(8, 11, 16, 0.03);
}

.soh-page-card::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: linear-gradient(90deg, var(--soh-blue), var(--soh-blue-light));
	content: "";
}

.soh-page-card > :last-child {
	margin-bottom: 0;
}

.soh-page-card .soh-page-media {
	margin: -30px -30px 26px;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.soh-page-card .soh-page-media img {
	height: 260px;
	object-fit: cover;
}

.soh-page--about .soh-page-section--team .soh-page-card .soh-page-media img {
	object-position: center top;
}

.soh-page-photo-booth-packages .soh-page-card--360 .soh-page-media {
	aspect-ratio: 1 / 1;
}

.soh-page-photo-booth-packages .soh-page-card--360 .soh-page-media img {
	height: 100%;
	min-height: 0;
	max-height: none;
	object-fit: cover;
	object-position: center;
}

.soh-page-photo-booth-packages .soh-page-package-grid > .soh-page-card {
	display: flex;
	flex-direction: column;
}

.soh-page-photo-booth-packages .soh-page-package-grid .soh-page-checks {
	flex-grow: 1;
}

.soh-page-photo-booth-packages .soh-package-card__actions {
	display: grid;
	gap: 10px;
	margin-top: auto;
	padding-top: 24px;
}

.soh-page-photo-booth-packages .soh-package-card__actions .soh-page-button {
	width: 100%;
}

.soh-page-card--black-and-white .soh-page-media img,
.soh-page-media--black-and-white img,
.soh-page-image--black-and-white {
	filter: grayscale(1) contrast(1.06);
}

.soh-page-media {
	overflow: hidden;
	margin: 0;
	border: 1px solid rgba(8, 11, 16, 0.12);
	border-radius: var(--soh-radius-lg);
	background: var(--soh-charcoal);
	box-shadow: var(--soh-shadow);
}

.soh-page-media img,
.soh-page-image {
	width: 100%;
	height: 100%;
	min-height: 300px;
	max-height: 610px;
	object-fit: cover;
}

.soh-page-media--portrait {
	max-width: 520px;
	justify-self: center;
}

.soh-page-media--portrait img {
	aspect-ratio: 4 / 5;
	max-height: 680px;
}

.soh-page-icon {
	width: 30px;
	height: 30px;
	margin-bottom: 18px;
	color: var(--soh-blue);
}

.soh-page-checks {
	display: grid;
	gap: 12px;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}

.soh-page-checks li {
	position: relative;
	min-height: 34px;
	padding: 5px 0 5px 42px;
	color: var(--soh-ink);
}

.soh-page-checks li::before {
	position: absolute;
	top: 3px;
	left: 0;
	display: grid;
	width: 30px;
	height: 30px;
	place-items: center;
	border-radius: 50%;
	background: var(--soh-blue-soft);
	color: var(--soh-blue-dark);
	content: "✓";
	font-size: 16px;
	font-weight: 900;
}

.soh-page-timeline {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: soh-step;
}

.soh-page-timeline > li {
	position: relative;
	padding: 72px 24px 25px;
	border: 1px solid var(--soh-line);
	border-radius: var(--soh-radius-sm);
	background: var(--soh-white);
	counter-increment: soh-step;
}

.soh-page-timeline > li::before {
	position: absolute;
	top: 22px;
	left: 24px;
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 12px;
	background: var(--soh-blue);
	color: var(--soh-white);
	content: counter(soh-step, decimal-leading-zero);
	font-size: 13px;
	font-weight: 800;
}

.soh-page-timeline > li > span[aria-hidden="true"] {
	display: none;
}

.soh-page-timeline strong,
.soh-page-timeline span:not([aria-hidden="true"]) {
	display: block;
}

.soh-page-timeline strong {
	margin-bottom: 8px;
	color: var(--soh-ink);
	font-family: var(--soh-display);
	font-size: 19px;
	line-height: 1.2;
}

.soh-page-timeline h3 {
	margin-bottom: 8px;
	font-size: 19px;
	line-height: 1.2;
}

.soh-page-timeline span:not([aria-hidden="true"]) {
	color: var(--soh-muted);
	font-size: 15px;
	line-height: 1.55;
}

.soh-page-gallery {
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr;
	gap: 16px;
}

.soh-page-gallery .soh-page-media {
	border-radius: var(--soh-radius-md);
	box-shadow: none;
}

.soh-page-gallery .soh-page-media img {
	height: 330px;
	min-height: 0;
}

.soh-page-gallery .soh-page-media:first-child img {
	height: 100%;
	min-height: 330px;
}

.soh-page-quotes {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.soh-page-quotes blockquote {
	margin: 0 0 20px;
	color: var(--soh-ink);
	font-family: var(--soh-display);
	font-size: clamp(1.35rem, 2.2vw, 1.8rem);
	font-weight: 600;
	line-height: 1.35;
}

.soh-page-quotes figcaption {
	color: var(--soh-blue-dark);
	font-size: 14px;
	font-weight: 800;
}

.soh-page-section--review-widget {
	background: var(--soh-blue-pale) !important;
}

.soh-review-widget {
	min-height: 260px;
	padding: clamp(18px, 3vw, 32px);
	border: 1px solid var(--soh-line);
	border-radius: var(--soh-radius-lg);
	background: var(--soh-white);
	box-shadow: var(--soh-shadow-soft);
}

.soh-review-widget noscript p {
	margin: 0;
}

.soh-page-section--reviews .soh-page-card {
	border-color: rgba(255, 255, 255, 0.18);
	box-shadow: 0 20px 46px rgba(0, 0, 0, 0.18);
}

.soh-page-section--reviews .soh-page-card :where(h3, blockquote, figcaption) {
	color: var(--soh-ink) !important;
}

.soh-page-section--reviews .soh-page-quotes .soh-review-avatar {
	width: 56px;
	height: 56px;
	margin: 0 0 18px;
	border: 2px solid var(--soh-blue-light);
	border-radius: 50%;
	background: var(--soh-blue-pale);
	box-shadow: none;
}

.soh-page-section--reviews .soh-page-quotes .soh-review-avatar img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	max-height: none;
	border-radius: inherit;
	object-fit: cover;
	object-position: center;
}

.soh-page-link-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.soh-page-link-grid .soh-page-card {
	display: flex;
	min-height: 240px;
	flex-direction: column;
}

.soh-page-link-grid .soh-page-card a:last-child {
	margin-top: auto;
	font-weight: 800;
}

.soh-page--more .soh-more-card__related {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 22px;
	padding: 0;
	list-style: none;
}

.soh-page--more .soh-more-card__related li {
	margin: 0;
}

.soh-page-link-grid .soh-page-card .soh-more-card__related a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	margin-top: 0;
	padding: 8px 12px;
	border: 1px solid rgba(30, 107, 184, 0.28);
	border-radius: 999px;
	background: rgba(237, 246, 255, 0.92);
	color: var(--soh-blue-dark);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
}

.soh-page-link-grid .soh-page-card .soh-more-card__related a:hover,
.soh-page-link-grid .soh-page-card .soh-more-card__related a:focus-visible {
	border-color: var(--soh-blue);
	background: var(--soh-white);
	color: var(--soh-blue-deep);
}

.soh-page--more .soh-more-card__media {
	aspect-ratio: 16 / 10;
}

.soh-page--more .soh-more-card .soh-more-card__media img {
	width: 100%;
	height: 100%;
	min-height: 0;
	max-height: none;
	object-fit: cover;
	transition: transform 240ms ease;
}

.soh-page--more .soh-more-card--featured {
	grid-column: span 2;
	border-color: rgba(30, 107, 184, 0.42);
	background:
		linear-gradient(145deg, rgba(237, 246, 255, 0.88), var(--soh-white) 58%);
	box-shadow: 0 18px 44px rgba(8, 11, 16, 0.11);
}

.soh-page--more .soh-more-card--featured::before {
	height: 6px;
	background: linear-gradient(90deg, var(--soh-blue-dark), var(--soh-blue), var(--soh-blue-light));
}

.soh-page--more .soh-more-card--featured .soh-more-card__media {
	aspect-ratio: 16 / 7;
}

.soh-page--more .soh-more-card--featured h3 {
	color: var(--soh-blue-dark);
}

@media (hover: hover) {
	.soh-page--more .soh-more-card:hover .soh-more-card__media img {
		transform: scale(1.025);
	}
}

@media (max-width: 921px) {
	.soh-page--more .soh-more-card--featured {
		grid-column: auto;
	}

	.soh-page--more .soh-more-card--featured .soh-more-card__media {
		aspect-ratio: 16 / 10;
	}
}

/* Video and external media */
.soh-page-video-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.soh-page-video {
	position: relative;
	overflow: hidden;
	margin: 0;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--soh-radius-md);
	background: var(--soh-black);
	box-shadow: var(--soh-shadow-soft);
}

.soh-page-video__poster--ambient {
	position: absolute;
	z-index: 2;
	inset: 0;
	height: 100%;
	pointer-events: none;
	transition: opacity 240ms ease;
}

.soh-page-video__poster--ambient img {
	height: 100%;
}

.soh-page-video__poster--ambient.is-leaving {
	opacity: 0;
}

.soh-page-video--portrait {
	max-width: 430px;
	justify-self: center;
}

.soh-page-video__poster {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: var(--soh-black);
	cursor: pointer;
}

.soh-page-video__poster img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	opacity: 0.9;
}

.soh-page-video--portrait .soh-page-video__poster img {
	aspect-ratio: 9 / 16;
}

.soh-page-video__poster::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(8, 11, 16, 0.08), rgba(8, 11, 16, 0.52));
	content: "";
}

.soh-page-video__play {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: grid;
	width: 72px;
	height: 72px;
	place-items: center;
	border: 3px solid var(--soh-white);
	border-radius: 50%;
	background: var(--soh-blue);
	color: var(--soh-white);
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.3);
	transform: translate(-50%, -50%);
	transition: transform 180ms ease, background-color 180ms ease;
}

.soh-page-video__play svg {
	width: 30px;
	height: 30px;
	margin-left: 4px;
}

.soh-page-video__poster:hover .soh-page-video__play {
	background: var(--soh-blue-hover);
	transform: translate(-50%, -50%) scale(1.06);
}


.soh-page-video__motion-toggle {
	position: absolute;
	right: 14px;
	bottom: 14px;
	z-index: 3;
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	gap: 8px;
	padding: 9px 13px;
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 12px;
	background: rgba(8, 11, 16, 0.8);
	color: var(--soh-white);
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
	backdrop-filter: blur(8px);
	cursor: pointer;
}

.soh-page-video__motion-toggle[hidden] {
	display: none;
}

.soh-page-video__motion-toggle:hover,
.soh-page-video__motion-toggle:active {
	background: rgba(8, 11, 16, 0.96);
}

.soh-page-video__motion-icon {
	display: inline-flex;
	width: 15px;
	justify-content: center;
	font-size: 11px;
	letter-spacing: -3px;
}

.soh-page-video iframe {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 0;
}

.soh-page-video--portrait iframe {
	aspect-ratio: 9 / 16;
}

.soh-page-video figcaption {
	padding: 14px 18px;
	color: rgba(255, 255, 255, 0.84);
	font-size: 14px;
}

.soh-page-backdrop-gallery {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.soh-page-backdrop-gallery .soh-page-card {
	padding-bottom: 22px;
}

.soh-page-backdrop-gallery .soh-page-media img {
	height: 280px;
	min-height: 0;
}

.soh-page-backdrop-gallery figcaption {
	color: var(--soh-ink);
	font-family: var(--soh-display);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
}

/* Included Premium 8x8 backdrop comparison. */
.soh-page--backdrops .soh-premium-backdrops {
	background:
		linear-gradient(rgba(30, 107, 184, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(30, 107, 184, 0.035) 1px, transparent 1px),
		var(--soh-white) !important;
	background-size: 32px 32px;
}

.soh-page--backdrops .soh-premium-backdrops__heading {
	max-width: 820px;
	margin-right: auto;
	margin-bottom: clamp(32px, 4.5vw, 54px);
	margin-left: auto;
}

.soh-page--backdrops .soh-premium-backdrops__note {
	color: var(--soh-muted);
	font-size: 15px;
}

.soh-page--backdrops .soh-premium-backdrops__rail {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 24px;
}

.soh-page--backdrops .soh-premium-backdrops__card {
	grid-column: span 2;
	overflow: hidden;
	margin: 0;
	border: 1px solid var(--soh-control-border);
	border-radius: 24px;
	background: var(--soh-white);
	box-shadow: 0 18px 45px rgba(8, 11, 16, 0.11);
}

.soh-page--backdrops .soh-premium-backdrops__card:nth-child(4) {
	grid-column: 2 / span 2;
}

.soh-page--backdrops .soh-premium-backdrops__card:nth-child(5) {
	grid-column: 4 / span 2;
}

.soh-page--backdrops .soh-premium-backdrops__media {
	overflow: hidden;
	margin: 0;
	border-bottom: 1px solid var(--soh-control-border);
	background: var(--soh-surface-soft);
	aspect-ratio: 3 / 2;
}

.soh-page--backdrops .soh-premium-backdrops__media img,
.soh-page--backdrops .soh-premium-backdrops__image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	max-height: none;
	object-fit: cover;
	object-position: center;
}

.soh-page--backdrops .soh-premium-backdrops__body {
	padding: 22px 24px 25px;
}

.soh-page--backdrops .soh-premium-backdrops__size {
	margin: 0 0 8px;
	color: var(--soh-blue);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.13em;
	line-height: 1.2;
	text-transform: uppercase;
}

.soh-page--backdrops .soh-premium-backdrops__body h3 {
	margin: 0 0 8px;
	font-size: clamp(1.25rem, 1.8vw, 1.55rem);
	line-height: 1.14;
}

.soh-page--backdrops .soh-premium-backdrops__body > :last-child {
	margin-bottom: 0;
	color: var(--soh-muted);
}

.soh-page--backdrops .soh-premium-backdrops__actions {
	justify-content: center;
	margin-top: clamp(32px, 4vw, 48px);
}

.soh-page--backdrops .soh-premium-backdrops__rail:focus-visible {
	outline: 3px solid var(--soh-blue);
	outline-offset: 6px;
}

/* Event-ready sequin backdrop colour carousel. */
.soh-page--backdrops .soh-sequin-showcase {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 88% 8%, rgba(117, 183, 238, 0.36), transparent 31%),
		linear-gradient(145deg, #f8fbff 0%, #eaf4fd 100%) !important;
}

.soh-page--backdrops .soh-sequin-showcase::before {
	position: absolute;
	top: -155px;
	left: -120px;
	width: 330px;
	height: 330px;
	border: 55px solid rgba(30, 107, 184, 0.07);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.soh-page--backdrops .soh-sequin-showcase__grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.35fr);
	align-items: center;
	gap: clamp(38px, 6vw, 78px);
}

.soh-page--backdrops .soh-sequin-showcase__copy {
	max-width: 440px;
}

.soh-page--backdrops .soh-sequin-showcase__copy > :last-child,
.soh-page--backdrops .soh-sequin-carousel__slide > :last-child {
	margin-bottom: 0;
}

.soh-page--backdrops .soh-sequin-showcase__copy .soh-page-actions {
	justify-content: flex-start;
}

.soh-page--backdrops .soh-sequin-carousel {
	min-width: 0;
}

.soh-page--backdrops .soh-sequin-carousel__viewport {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 3 / 2;
	border: 8px solid var(--soh-white);
	border-radius: 30px;
	background: var(--soh-charcoal);
	box-shadow: 0 30px 72px rgba(8, 11, 16, 0.22);
	touch-action: pan-y pinch-zoom;
}

.soh-page--backdrops .soh-sequin-carousel__slide {
	position: absolute;
	z-index: 1;
	inset: 0;
	margin: 0;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	transition: opacity 720ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 720ms;
}

.soh-page--backdrops .soh-sequin-carousel__slide.is-active {
	z-index: 2;
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
	transition: opacity 720ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0s;
}

.soh-page--backdrops .soh-sequin-carousel__slide img,
.soh-page--backdrops .soh-sequin-carousel__image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	max-height: none;
	object-fit: cover;
	object-position: center;
}

.soh-page--backdrops .soh-sequin-carousel__caption {
	position: absolute;
	right: 18px;
	bottom: 18px;
	z-index: 3;
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	gap: 9px;
	margin: 0;
	padding: 10px 15px;
	border: 1px solid rgba(255, 255, 255, 0.64);
	border-radius: 999px;
	background: rgba(8, 11, 16, 0.74);
	color: var(--soh-white);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.15;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	pointer-events: none;
}

.soh-page--backdrops .soh-sequin-carousel__caption::before {
	width: 10px;
	height: 10px;
	flex: 0 0 auto;
	border: 1px solid rgba(255, 255, 255, 0.62);
	border-radius: 50%;
	background: var(--soh-sequin-swatch, var(--soh-blue-light));
	content: "";
}

.soh-page--backdrops .soh-sequin-carousel__controls {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) 48px auto;
	align-items: center;
	gap: 10px;
	margin-top: 18px;
}

.soh-page--backdrops .soh-sequin-carousel__controls[hidden],
.soh-page--backdrops .soh-sequin-carousel__button[hidden] {
	display: none !important;
}

.soh-page--backdrops .soh-sequin-carousel__button,
.soh-page--backdrops .soh-sequin-carousel__swatch {
	display: inline-grid;
	min-width: 44px;
	min-height: 44px;
	place-items: center;
	border: 1px solid var(--soh-control-border);
	border-radius: 13px;
	background: var(--soh-white);
	color: var(--soh-blue-dark);
	font-weight: 800;
	line-height: 1;
	box-shadow: 0 8px 18px rgba(8, 11, 16, 0.08);
	cursor: pointer;
	transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.soh-page--backdrops .soh-sequin-carousel__button:hover,
.soh-page--backdrops .soh-sequin-carousel__button:active,
.soh-page--backdrops .soh-sequin-carousel__swatch:hover,
.soh-page--backdrops .soh-sequin-carousel__swatch:active {
	border-color: var(--soh-blue);
	background: var(--soh-blue-pale);
	color: var(--soh-blue-dark);
}

.soh-page--backdrops .soh-sequin-carousel__button--toggle {
	display: inline-flex;
	width: auto;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 9px 14px;
	white-space: nowrap;
}

.soh-page--backdrops .soh-sequin-carousel__button:not(.soh-sequin-carousel__button--toggle) {
	width: 48px;
	min-width: 48px;
	padding: 0;
}

.soh-page--backdrops .soh-sequin-carousel__status {
	min-width: 0;
	margin: 0;
	color: var(--soh-ink);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.3;
	text-align: center;
}

.soh-page--backdrops .soh-sequin-carousel__swatches {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: repeat(8, 44px);
	justify-content: center;
	gap: 8px;
	margin: 4px 0 0;
	padding: 0;
	list-style: none;
}

.soh-page--backdrops .soh-sequin-carousel__swatches li {
	margin: 0;
}

.soh-page--backdrops .soh-sequin-carousel__swatch {
	position: relative;
	width: 44px;
	padding: 0;
	border-radius: 50%;
	box-shadow: none;
}

.soh-page--backdrops .soh-sequin-carousel__swatch::before {
	width: 24px;
	height: 24px;
	border: 1px solid rgba(8, 11, 16, 0.22);
	border-radius: 50%;
	background: var(--soh-sequin-swatch, var(--soh-blue-light));
	content: "";
}

.soh-page--backdrops .soh-sequin-carousel__swatch[aria-pressed="true"] {
	border-color: var(--soh-blue-dark);
	background: var(--soh-white);
	box-shadow: 0 0 0 3px var(--soh-blue-soft);
}

.soh-page--backdrops .soh-sequin-carousel__button:focus-visible,
.soh-page--backdrops .soh-sequin-carousel__swatch:focus-visible,
.soh-page--backdrops .soh-sequin-carousel__viewport:focus-visible {
	outline: 3px solid var(--soh-blue);
	outline-offset: 4px;
}

@media (max-width: 921px) {
	.soh-page--backdrops .soh-premium-backdrops__rail {
		grid-auto-columns: min(78vw, 360px);
		grid-auto-flow: column;
		grid-template-columns: none;
		overflow-x: auto;
		overscroll-behavior-inline: contain;
		padding: 4px 6px 22px;
		scroll-padding-inline: 6px;
		scroll-snap-type: inline mandatory;
		scrollbar-color: var(--soh-blue-light) transparent;
		scrollbar-width: thin;
	}

	.soh-page--backdrops .soh-premium-backdrops__card,
	.soh-page--backdrops .soh-premium-backdrops__card:nth-child(4),
	.soh-page--backdrops .soh-premium-backdrops__card:nth-child(5) {
		grid-column: auto;
		scroll-snap-align: start;
	}

	.soh-page--backdrops .soh-sequin-showcase__grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 34px;
	}

	.soh-page--backdrops .soh-sequin-showcase__copy {
		max-width: 720px;
	}
}

@media (max-width: 767px) {
	.soh-page--backdrops .soh-sequin-carousel__viewport {
		border-width: 5px;
		border-radius: 22px;
		box-shadow: 0 20px 48px rgba(8, 11, 16, 0.18);
	}

	.soh-page--backdrops .soh-sequin-carousel__caption {
		right: 10px;
		bottom: 10px;
		min-height: 40px;
		padding: 9px 12px;
		font-size: 13px;
	}

	.soh-page--backdrops .soh-sequin-carousel__controls {
		grid-template-columns: 48px minmax(0, 1fr) 48px;
		gap: 8px;
	}

	.soh-page--backdrops .soh-sequin-carousel__button--toggle {
		width: 100%;
		grid-column: 1 / -1;
	}

	.soh-page--backdrops .soh-sequin-carousel__swatches {
		gap: 4px;
	}
}

@media (max-width: 480px) {
	.soh-page--backdrops .soh-premium-backdrops__rail {
		grid-auto-columns: min(82vw, 330px);
		margin-right: -10px;
		margin-left: -4px;
	}

	.soh-page--backdrops .soh-premium-backdrops__body {
		padding: 19px 20px 22px;
	}

	.soh-page--backdrops .soh-sequin-carousel__swatches {
		display: grid;
		grid-template-columns: repeat(5, minmax(44px, 1fr));
		gap: 8px 4px;
	}

	.soh-page--backdrops .soh-sequin-carousel__swatches li {
		display: grid;
		place-items: center;
	}
}

@media (max-width: 390px) {
	.soh-page--backdrops .soh-sequin-carousel__status {
		font-size: 13px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.soh-page--backdrops .soh-sequin-carousel__slide,
	.soh-page--backdrops .soh-sequin-carousel__slide.is-active {
		transition: none;
	}
}

.soh-page-backdrop-selector {
	border-radius: var(--soh-radius-md);
	background: var(--soh-white);
	box-shadow: var(--soh-shadow-soft);
}

.soh-page-backdrop-selector iframe {
	display: block;
	width: 100%;
	height: 760px;
	border: 0;
}

.soh-page-embed-fallback {
	margin-top: 18px;
	font-size: 14px;
	text-align: center;
}

.soh-page iframe:not(.soh-album-frame) {
	max-width: 100%;
	border: 0;
	border-radius: var(--soh-radius-sm);
}

.soh-page--templates .soh-page-section--template-widget {
	background: var(--soh-blue-pale) !important;
}

.soh-page--templates .soh-template-widget {
	min-height: 480px;
	padding: clamp(16px, 2.5vw, 30px);
	border: 1px solid var(--soh-line);
	border-radius: var(--soh-radius-lg);
	background: var(--soh-white);
	box-shadow: var(--soh-shadow-soft);
}

.soh-page--templates .soh-template-widget #paddee-container {
	width: 100%;
	max-width: 100%;
	min-height: 420px;
}

.soh-page--templates .soh-template-widget noscript p {
	margin: 0;
	color: var(--soh-muted);
	text-align: center;
}

.soh-page--templates :is(.submit-form-overlay, .thanks-overlay) {
	z-index: 1100;
}

.soh-page--templates :is(.submit-form-container, .thanks-page) {
	z-index: 1101;
}

@media (max-width: 767px) {
	.soh-page--templates .soh-page-hero--templates {
		min-height: 760px;
		padding: 74px 0 84px;
		background:
			linear-gradient(90deg, rgba(5, 13, 25, 0.96) 0%, rgba(5, 13, 25, 0.88) 56%, rgba(5, 13, 25, 0.36) 100%),
			linear-gradient(180deg, rgba(5, 13, 25, 0.3), rgba(5, 13, 25, 0.78)),
			url("../images/template-showcase-poster.webp") 60% center / cover no-repeat,
			var(--soh-blue-deep);
	}

	.soh-page--templates .soh-page-hero--templates::before {
		background:
			linear-gradient(180deg, rgba(5, 13, 25, 0.32), rgba(5, 13, 25, 0.86)),
			linear-gradient(90deg, rgba(5, 13, 25, 0.78), rgba(5, 13, 25, 0.28));
	}

	.soh-page--templates .soh-page-hero--templates > .soh-page-shell {
		width: min(100% - 32px, 680px);
		align-self: center;
		padding-bottom: 42px;
	}

	.soh-page--templates .soh-page-hero--templates .soh-page-hero__vimeo-background iframe {
		left: 60%;
		transform: translate(-60%, -50%);
	}

	.soh-page--templates .soh-page-hero--templates .soh-page-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.soh-page--templates .soh-page-hero--templates .soh-page-actions .soh-page-button {
		width: 100%;
		flex: 0 0 auto;
	}

	.soh-page--templates .soh-page-hero--templates .soh-page-hero__motion-toggle {
		right: 14px;
		bottom: 14px;
		width: 44px;
		padding: 10px;
		justify-content: center;
	}

	.soh-page--templates .soh-page-hero--templates .soh-page-hero__motion-toggle [data-soh-vimeo-toggle-label] {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		clip-path: inset(50%);
		white-space: nowrap;
	}

	.soh-page--templates .soh-template-widget {
		min-height: 420px;
		padding: 14px;
		border-radius: 18px;
	}

	.soh-page--templates .soh-template-widget #paddee-container {
		min-height: 380px;
	}
}

/* FAQ */
.soh-page-faq__items {
	display: grid;
	max-width: 900px;
	margin-inline: auto;
	gap: 12px;
}

.soh-page-faq__item {
	border: 1px solid var(--soh-line);
	border-radius: var(--soh-radius-sm);
	background: var(--soh-white);
}

.soh-page-faq__item summary {
	display: grid;
	min-height: 62px;
	grid-template-columns: 1fr 32px;
	align-items: center;
	gap: 20px;
	padding: 18px 22px;
	color: var(--soh-ink);
	font-family: var(--soh-display);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	cursor: pointer;
	list-style: none;
}

.soh-page-faq__item summary::-webkit-details-marker {
	display: none;
}

.soh-page-faq__item summary > span:last-child {
	position: relative;
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--soh-blue-soft);
}

.soh-page-faq__item summary > span:last-child::before,
.soh-page-faq__item summary > span:last-child::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 2px;
	background: var(--soh-blue-dark);
	content: "";
	transform: translate(-50%, -50%);
}

.soh-page-faq__item summary > span:last-child::after {
	transform: translate(-50%, -50%) rotate(90deg);
	transition: transform 180ms ease;
}

.soh-page-faq__item[open] {
	border-color: rgba(30, 107, 184, 0.48);
	box-shadow: 0 10px 28px rgba(8, 11, 16, 0.07);
}

.soh-page-faq__item[open] summary > span:last-child::after {
	transform: translate(-50%, -50%) rotate(0);
}

.soh-page-faq__item > div {
	padding: 0 70px 20px 22px;
}

.soh-page-faq__item > div p {
	margin: 0;
}

/* Forms and on-demand galleries */
.soh-page-section--contact-form {
	background: var(--soh-blue-pale) !important;
	scroll-margin-top: 110px;
}

.soh-page-section--contact-form .soh-page-split {
	align-items: start;
}

.soh-contact-intent {
	display: grid;
	gap: 5px;
	margin: 24px 0;
	padding: 18px 20px;
	border: 1px solid rgba(30, 107, 184, 0.2);
	border-left: 5px solid var(--soh-blue);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.72);
}

.soh-contact-intent > span {
	color: var(--soh-blue);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.soh-contact-intent > strong {
	color: var(--soh-ink);
	font-family: var(--soh-display);
	font-size: 20px;
	line-height: 1.2;
}

.soh-contact-intent > p {
	margin: 0;
	color: #475569;
	font-size: 15px;
	line-height: 1.55;
}

.soh-contact-intent--selected {
	border-color: rgba(30, 107, 184, 0.34);
	background: #fff;
	box-shadow: 0 12px 28px rgba(8, 11, 16, 0.07);
}

.soh-page-section--contact-form .soh-page-media,
.soh-page-section--contact-form [class^="hb-p-"] {
	min-height: 620px;
	padding: 20px;
	border: 1px solid var(--soh-line);
	border-radius: var(--soh-radius-md);
	background: var(--soh-white);
	box-shadow: var(--soh-shadow-soft);
}

.soh-page :where(input:not([type="checkbox"]):not([type="radio"]), select, textarea) {
	min-height: 48px;
	padding: 11px 14px;
	border: 1px solid var(--soh-control-border);
	border-radius: 10px;
	background: var(--soh-white);
	color: var(--soh-ink);
	font-size: 16px;
}

.soh-page textarea {
	min-height: 140px;
}

.soh-page-albums .soh-page-card {
	display: flex;
	min-height: 230px;
	flex-direction: column;
}

.soh-page--albums .soh-album-card__media {
	aspect-ratio: 3 / 2;
	background: var(--soh-blue-pale);
}

.soh-page--albums .soh-page-albums .soh-album-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	max-height: none;
	object-fit: cover;
	object-position: center;
}

.soh-page-albums .soh-page-actions {
	margin-top: auto;
}

.soh-page-albums .soh-page-button {
	min-height: 46px;
	padding: 11px 16px;
	font-size: 14px;
}

[data-soh-album-viewer] {
	position: relative;
	display: grid;
	min-height: 220px;
	place-items: center;
	padding: 24px;
	border: 1px solid var(--soh-line);
	border-radius: var(--soh-radius-md);
	background: var(--soh-white);
	color: var(--soh-muted);
	box-shadow: var(--soh-shadow-soft);
	scroll-margin-top: 96px;
}

[data-soh-album-viewer][data-loaded="true"] {
	display: block;
	min-height: 720px;
	padding: 0;
	overflow: hidden;
}

.soh-album-frame {
	display: block;
	width: 100%;
	height: min(900px, 78vh);
	min-height: 720px;
	border: 0;
}

.soh-album-status {
	max-width: 560px;
	margin: 0;
	text-align: center;
}

/* Final CTA */
.soh-page-cta {
	position: relative;
	overflow: hidden;
	padding: clamp(72px, 8vw, 106px) 0;
	background:
		radial-gradient(circle at 12% 20%, rgba(117, 183, 238, 0.25), transparent 28%),
		linear-gradient(135deg, var(--soh-blue) 0%, var(--soh-blue-dark) 100%);
	color: var(--soh-white);
	text-align: center;
}

.soh-page-cta__inner {
	max-width: 870px;
}

.soh-page-cta :where(h2, p),
.soh-page-cta .soh-page-eyebrow {
	color: var(--soh-white) !important;
}

.soh-page-cta h2 {
	font-size: clamp(2.5rem, 5vw, 4.5rem);
}

.soh-page-cta > .soh-page-shell > p:not(.soh-page-eyebrow) {
	max-width: 680px;
	margin-inline: auto;
	color: rgba(255, 255, 255, 0.86) !important;
	font-size: 19px;
}

.soh-page-cta .soh-page-actions {
	justify-content: center;
}

.soh-page-cta .soh-page-cta__phone,
.soh-page-cta .soh-page-cta__phone:visited,
.soh-page-cta .soh-page-cta__phone:hover,
.soh-page-cta .soh-page-cta__phone:active {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	padding: 8px 14px;
	color: var(--soh-white) !important;
	font-weight: 800;
}

/* Footer */
.soh-brand-shell .soh-custom-footer {
	padding: 72px 0 0;
	background: var(--soh-black);
	color: var(--soh-white);
	font-family: var(--soh-body);
}

.soh-brand-shell .soh-custom-footer__grid {
	display: grid;
	grid-template-columns: 1.45fr 1fr 0.9fr 1.1fr;
	gap: 48px;
}

.soh-brand-shell .soh-custom-footer__logo {
	width: 112px;
	filter: grayscale(1) brightness(0) invert(1);
}

.soh-brand-shell .soh-custom-footer__brand > a {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
}

.soh-brand-shell .soh-custom-footer__brand p {
	max-width: 390px;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: 15px;
	line-height: 1.65;
}

.soh-brand-shell .soh-custom-footer__title {
	margin: 0 0 18px;
	color: var(--soh-blue-light);
	font-family: var(--soh-display);
	font-size: 18px;
	font-weight: 700;
}

.soh-brand-shell .soh-custom-footer__nav,
.soh-brand-shell .soh-custom-footer__contact {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
}

.soh-brand-shell .soh-custom-footer__nav a,
.soh-brand-shell .soh-custom-footer__contact > a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	color: rgba(255, 255, 255, 0.78);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.soh-brand-shell .soh-custom-footer a:hover {
	color: var(--soh-blue-light);
}

.soh-brand-shell .soh-custom-footer__social {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 16px;
}

.soh-brand-shell .soh-custom-footer__social a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	padding: 8px 13px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	color: var(--soh-white);
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.soh-brand-shell .soh-custom-footer__bottom {
	display: flex;
	min-height: 78px;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 52px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.soh-brand-shell .soh-custom-footer__bottom p {
	margin: 0;
	color: rgba(255, 255, 255, 0.55);
	font-size: 13px;
}

.soh-brand-shell .soh-custom-footer__bottom a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
}

/* Black-and-white Glam Booth landing page */
.soh-page-black-and-white-glam-photo-booth .soh-page-hero--glam {
	padding: clamp(70px, 8vw, 112px) 0;
	background:
		radial-gradient(circle at 88% 12%, rgba(117, 183, 238, 0.26), transparent 27%),
		linear-gradient(125deg, #05070a 0%, #111820 58%, #0f3f73 145%);
}

.soh-page-black-and-white-glam-photo-booth .soh-page-hero--glam::before {
	top: -220px;
	right: -130px;
	width: 520px;
	height: 520px;
	border-color: rgba(255, 255, 255, 0.12);
}

.soh-page-black-and-white-glam-photo-booth .soh-page-hero--glam::after {
	bottom: -95px;
	left: 42%;
	width: 185px;
	height: 185px;
	border: 1px solid rgba(117, 183, 238, 0.26);
	border-radius: 50%;
	background: rgba(30, 107, 184, 0.12);
	filter: blur(1px);
}

.soh-page-black-and-white-glam-photo-booth .soh-page-hero--glam .soh-page-split {
	grid-template-columns: minmax(0, 1.06fr) minmax(390px, 0.94fr);
	gap: clamp(44px, 6vw, 84px);
}

.soh-page-black-and-white-glam-photo-booth .soh-page-hero--glam :where(h1, p) {
	color: var(--soh-white) !important;
}

.soh-page-black-and-white-glam-photo-booth .soh-page-hero--glam h1 {
	max-width: 720px;
	font-size: clamp(2.75rem, 5vw, 4.35rem);
}

.soh-page-black-and-white-glam-photo-booth .soh-page-hero--glam .soh-page-eyebrow {
	color: var(--soh-blue-light) !important;
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-hero__content > p:not(.soh-page-eyebrow, .soh-glam-hero__note) {
	max-width: 650px;
	color: rgba(255, 255, 255, 0.82) !important;
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-hero__note {
	max-width: 610px !important;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.67) !important;
	font-size: 14px !important;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.55;
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-hero__media {
	aspect-ratio: 3 / 2;
	border: 7px solid var(--soh-white);
	border-radius: 28px;
	background: var(--soh-white);
	box-shadow: 0 34px 78px rgba(0, 0, 0, 0.44);
	transform: rotate(1.2deg);
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-hero__media .soh-page-image,
.soh-page-black-and-white-glam-photo-booth .soh-glam-editorial__media .soh-page-image,
.soh-page-black-and-white-glam-photo-booth .soh-page-section--glam-local .soh-page-media .soh-page-image {
	height: 100%;
	min-height: 0;
	max-height: none;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.soh-page-black-and-white-glam-photo-booth .soh-page-hero--glam .soh-page-button--white,
.soh-page-black-and-white-glam-photo-booth .soh-page-hero--glam .soh-page-button--white:visited {
	border-color: var(--soh-white);
	background: var(--soh-white);
	color: var(--soh-black) !important;
}

.soh-page-black-and-white-glam-photo-booth .soh-page-hero--glam .soh-page-button--white:hover,
.soh-page-black-and-white-glam-photo-booth .soh-page-hero--glam .soh-page-button--white:active {
	border-color: var(--soh-blue-soft);
	background: var(--soh-blue-soft);
	color: var(--soh-black) !important;
}

.soh-page-black-and-white-glam-photo-booth .soh-page-button--glam-outline,
.soh-page-black-and-white-glam-photo-booth .soh-page-button--glam-outline:visited {
	border-color: rgba(255, 255, 255, 0.72);
	background: transparent;
	color: var(--soh-white) !important;
	box-shadow: none;
}

.soh-page-black-and-white-glam-photo-booth .soh-page-button--glam-outline:hover,
.soh-page-black-and-white-glam-photo-booth .soh-page-button--glam-outline:active {
	border-color: var(--soh-white);
	background: var(--soh-white);
	color: var(--soh-black) !important;
	box-shadow: none;
}

.soh-page-black-and-white-glam-photo-booth .soh-page-hero--glam a:focus-visible,
.soh-page-black-and-white-glam-photo-booth .soh-page-section--glam-gallery a:focus-visible {
	outline-color: var(--soh-white);
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-proof {
	padding: 30px 0;
	border-bottom: 1px solid var(--soh-line);
	background: var(--soh-white);
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-proof__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-proof__item {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 14px;
	padding: 6px 22px;
	border-right: 1px solid var(--soh-line);
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-proof__item:first-child {
	padding-left: 0;
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-proof__item:last-child {
	padding-right: 0;
	border-right: 0;
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-proof__item .soh-page-icon {
	flex: 0 0 auto;
	width: 28px;
	height: 28px;
	margin: 0;
	color: var(--soh-blue);
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-proof__item p {
	margin: 0;
	line-height: 1.35;
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-proof__item strong,
.soh-page-black-and-white-glam-photo-booth .soh-glam-proof__item span {
	display: block;
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-proof__item strong {
	margin-bottom: 3px;
	color: var(--soh-ink);
	font-size: 15px;
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-proof__item span {
	color: var(--soh-muted);
	font-size: 13px;
}

.soh-page-black-and-white-glam-photo-booth .soh-page-section--glam-editorial,
.soh-page-black-and-white-glam-photo-booth .soh-page-section--glam-compare,
.soh-page-black-and-white-glam-photo-booth .soh-page-section--glam-local {
	background: var(--soh-white) !important;
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-editorial__media,
.soh-page-black-and-white-glam-photo-booth .soh-page-section--glam-local .soh-page-media {
	aspect-ratio: 3 / 2;
	border: 8px solid var(--soh-white);
	outline: 1px solid var(--soh-line);
	box-shadow: var(--soh-shadow-soft);
}

.soh-page-black-and-white-glam-photo-booth .soh-page-checks + .soh-page-button {
	margin-top: 28px;
}

.soh-page-black-and-white-glam-photo-booth .soh-page-section--glam-occasions {
	background: var(--soh-blue-pale) !important;
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-occasion-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-occasion {
	min-width: 0;
	padding: 28px 25px;
	border: 1px solid rgba(15, 63, 115, 0.18);
	border-radius: var(--soh-radius-md);
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 10px 28px rgba(15, 63, 115, 0.07);
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-occasion > span {
	display: inline-grid;
	width: 42px;
	height: 42px;
	margin-bottom: 28px;
	place-items: center;
	border-radius: 12px;
	background: var(--soh-black);
	color: var(--soh-white);
	font-size: 13px;
	font-weight: 800;
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-occasion h3 {
	font-size: clamp(1.35rem, 2vw, 1.7rem);
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-occasion p {
	margin-bottom: 0;
	font-size: 15px;
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-compare-grid .soh-page-card {
	display: flex;
	min-height: 100%;
	flex-direction: column;
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-compare-grid .soh-page-card > a:last-child {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	align-self: flex-start;
	margin-top: auto;
	padding-top: 18px;
	font-weight: 800;
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-compare-card--featured {
	border-color: var(--soh-black);
	background: var(--soh-black);
	box-shadow: var(--soh-shadow);
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-compare-card--featured::before {
	background: var(--soh-blue-light);
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-compare-card--featured :where(h3, p) {
	color: var(--soh-white);
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-compare-card--featured .soh-page-eyebrow,
.soh-page-black-and-white-glam-photo-booth .soh-glam-compare-card--featured a {
	color: var(--soh-blue-light) !important;
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-compare-grid .soh-glam-compare-card {
	min-height: clamp(370px, 34vw, 430px);
	justify-content: flex-end;
	padding: clamp(180px, 16vw, 220px) clamp(24px, 3vw, 34px) 30px;
	border-color: rgba(255, 255, 255, 0.28);
	background-color: var(--soh-black);
	background-image:
		linear-gradient(180deg, rgba(8, 11, 16, 0.02) 0%, rgba(8, 11, 16, 0.08) 34%, rgba(8, 11, 16, 0.42) 56%, rgba(8, 11, 16, 0.72) 78%, rgba(8, 11, 16, 0.82) 100%),
		var(--soh-glam-compare-image);
	background-position: center, var(--soh-glam-compare-position);
	background-repeat: no-repeat;
	background-size: cover;
	color: var(--soh-white);
	box-shadow: 0 22px 54px rgba(8, 11, 16, 0.2);
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.86), 0 1px 2px rgba(0, 0, 0, 0.9);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-compare-grid .soh-glam-compare-card--open-air {
	--soh-glam-compare-image: url("../images/photos/extraordinary/playful-guests-hats-white-photo-booth-large.webp");
	--soh-glam-compare-position: 52% 48%;
	background-size: cover, cover;
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-compare-card--glam {
	--soh-glam-compare-image: url("../images/photos/extraordinary/couple-sunglasses-black-white-glam-photo-booth-large.webp");
	--soh-glam-compare-position: 50% 43%;
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-compare-card--360 {
	--soh-glam-compare-image: url("../images/360-video-booth-guests.webp");
	--soh-glam-compare-position: center 36%;
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-compare-grid .soh-glam-compare-card :where(h3, p) {
	color: var(--soh-white) !important;
}


.soh-page-black-and-white-glam-photo-booth .soh-glam-compare-grid .soh-glam-compare-card .soh-page-eyebrow,
.soh-page-black-and-white-glam-photo-booth .soh-glam-compare-grid .soh-glam-compare-card > a,
.soh-page-black-and-white-glam-photo-booth .soh-glam-compare-grid .soh-glam-compare-card > a:visited {
	color: var(--soh-blue-light) !important;
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-compare-grid .soh-glam-compare-card > a:last-child {
	margin-top: 8px;
	padding-top: 8px;
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-compare-grid .soh-glam-compare-card > a:hover,
.soh-page-black-and-white-glam-photo-booth .soh-glam-compare-grid .soh-glam-compare-card > a:active {
	color: var(--soh-white) !important;
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-compare-grid .soh-glam-compare-card:focus-within {
	border-color: var(--soh-blue-light);
	box-shadow: 0 0 0 3px rgba(117, 183, 238, 0.32), 0 22px 54px rgba(8, 11, 16, 0.24);
}

@media (hover: hover) {
	.soh-page-black-and-white-glam-photo-booth .soh-glam-compare-grid .soh-glam-compare-card:hover {
		border-color: var(--soh-blue-light);
		box-shadow: 0 28px 64px rgba(8, 11, 16, 0.26);
		transform: translateY(-3px);
	}
}

.soh-page-black-and-white-glam-photo-booth .soh-page-section--glam-gallery {
	background:
		radial-gradient(circle at 92% 8%, rgba(30, 107, 184, 0.25), transparent 24%),
		var(--soh-black) !important;
}

.soh-page-black-and-white-glam-photo-booth .soh-page-section--glam-gallery :where(h2, p) {
	color: var(--soh-white);
}

.soh-page-black-and-white-glam-photo-booth .soh-page-section--glam-gallery .soh-page-eyebrow {
	color: var(--soh-blue-light) !important;
}

.soh-page-black-and-white-glam-photo-booth .soh-page-section--glam-gallery .soh-page-heading > p:not(.soh-page-eyebrow) {
	color: rgba(255, 255, 255, 0.72);
}

.soh-page-black-and-white-glam-photo-booth #soh-glam-portraits {
	scroll-margin-top: 96px;
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-gallery {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-gallery__item {
	overflow: hidden;
	margin: 0;
	aspect-ratio: 3 / 2;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 14px;
	background: var(--soh-charcoal);
	content-visibility: auto;
	contain-intrinsic-size: 220px 148px;
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-gallery__item .soh-page-image {
	width: 100%;
	height: 100%;
	min-height: 0;
	max-height: none;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	transition: transform 280ms ease, filter 280ms ease;
}

@media (hover: hover) {
	.soh-page-black-and-white-glam-photo-booth .soh-glam-gallery__item:hover .soh-page-image {
		filter: contrast(1.06);
		transform: scale(1.025);
	}
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-gallery__link {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: inherit;
	cursor: zoom-in;
	text-decoration: none;
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-gallery__link:focus-visible {
	outline: 0;
	box-shadow:
		inset 0 0 0 3px var(--soh-white),
		inset 0 0 0 7px var(--soh-blue-light);
}


body.soh-glam-lightbox-open {
	overflow: hidden;
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-lightbox {
	box-sizing: border-box;
	width: 100vw;
	max-width: none;
	height: 100dvh;
	max-height: none;
	margin: 0;
	padding: max(24px, env(safe-area-inset-top)) max(24px, env(safe-area-inset-right)) max(24px, env(safe-area-inset-bottom)) max(24px, env(safe-area-inset-left));
	border: 0;
	background: transparent;
	color: var(--soh-white);
	overflow: hidden;
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-lightbox[open] {
	display: grid;
	place-items: center;
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-lightbox::backdrop {
	background: rgba(3, 6, 11, 0.94);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-lightbox__frame {
	position: relative;
	display: grid;
	width: min(100%, 1200px);
	height: min(92dvh, 900px);
	max-height: 100%;
	place-items: center;
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-lightbox__figure {
	display: grid;
	max-width: calc(100% - 136px);
	max-height: calc(100% - 64px);
	margin: 0;
	place-items: center;
	gap: 12px;
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-lightbox__figure img {
	display: block;
	width: auto;
	height: auto;
	min-height: 0;
	max-width: 100%;
	max-height: calc(92dvh - 118px);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 16px;
	background: var(--soh-black);
	object-fit: contain;
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.52);
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-lightbox__figure figcaption {
	min-height: 24px;
	margin: 0;
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-lightbox__control {
	position: absolute;
	z-index: 2;
	display: grid;
	width: 50px;
	height: 50px;
	min-width: 50px;
	padding: 0;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.54);
	border-radius: 50%;
	background: rgba(8, 11, 16, 0.76);
	color: var(--soh-white);
	font-family: var(--soh-body);
	font-size: 24px;
	font-weight: 800;
	line-height: 1;
	box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
	cursor: pointer;
	transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-lightbox__control:hover {
	border-color: var(--soh-blue-light);
	background: var(--soh-blue);
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-lightbox__control:focus-visible {
	outline: 3px solid var(--soh-white);
	outline-offset: 4px;
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-lightbox__close {
	top: 0;
	right: 0;
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-lightbox__previous,
.soh-page-black-and-white-glam-photo-booth .soh-glam-lightbox__next {
	top: 50%;
	transform: translateY(-50%);
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-lightbox__previous {
	left: 0;
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-lightbox__next {
	right: 0;
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-lightbox__previous:hover,
.soh-page-black-and-white-glam-photo-booth .soh-glam-lightbox__next:hover {
	transform: translateY(-50%) scale(1.04);
}

@media (max-width: 600px) {

	.soh-page-black-and-white-glam-photo-booth .soh-glam-lightbox {
		padding: max(8px, env(safe-area-inset-top)) max(8px, env(safe-area-inset-right)) max(8px, env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left));
	}

	.soh-page-black-and-white-glam-photo-booth .soh-glam-lightbox__frame {
		width: 100%;
		height: 100%;
	}

	.soh-page-black-and-white-glam-photo-booth .soh-glam-lightbox__figure {
		max-width: 100%;
		max-height: 100%;
		padding: 62px 4px 88px;
	}

	.soh-page-black-and-white-glam-photo-booth .soh-glam-lightbox__figure img {
		max-height: calc(100dvh - 190px);
		border-radius: 12px;
	}

	.soh-page-black-and-white-glam-photo-booth .soh-glam-lightbox__control {
		width: 48px;
		height: 48px;
		min-width: 48px;
	}

	.soh-page-black-and-white-glam-photo-booth .soh-glam-lightbox__close {
		top: 12px;
		right: 12px;
	}

	.soh-page-black-and-white-glam-photo-booth .soh-glam-lightbox__previous,
	.soh-page-black-and-white-glam-photo-booth .soh-glam-lightbox__next {
		top: auto;
		bottom: 16px;
		transform: none;
	}

	.soh-page-black-and-white-glam-photo-booth .soh-glam-lightbox__previous {
		left: calc(50% - 58px);
	}

	.soh-page-black-and-white-glam-photo-booth .soh-glam-lightbox__next {
		right: calc(50% - 58px);
	}

	.soh-page-black-and-white-glam-photo-booth .soh-glam-lightbox__previous:hover,
	.soh-page-black-and-white-glam-photo-booth .soh-glam-lightbox__next:hover {
		transform: scale(1.04);
	}
}

@media print {
	.soh-page-black-and-white-glam-photo-booth .soh-glam-lightbox {
		display: none !important;
	}
}

.soh-page-black-and-white-glam-photo-booth .soh-page-section--glam-planning,
.soh-page-black-and-white-glam-photo-booth .soh-page-faq--glam {
	background: var(--soh-surface-soft) !important;
}

.soh-page-black-and-white-glam-photo-booth .soh-page-section--glam-local .soh-page-split {
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-local__links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-local__links a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	padding: 9px 14px;
	border: 1px solid var(--soh-blue);
	border-radius: 12px;
	color: var(--soh-blue-dark);
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.soh-page-black-and-white-glam-photo-booth .soh-glam-local__links a:hover {
	background: var(--soh-blue-pale);
}

@media (max-width: 1100px) {
	.soh-page-black-and-white-glam-photo-booth .soh-page-hero--glam .soh-page-split {
		grid-template-columns: minmax(0, 1fr) minmax(340px, 0.85fr);
		gap: 38px;
	}

	.soh-page-black-and-white-glam-photo-booth .soh-page-hero--glam h1 {
		font-size: clamp(2.55rem, 5.3vw, 3.8rem);
	}
}

@media (max-width: 921px) {
	.soh-page-black-and-white-glam-photo-booth .soh-page-hero--glam .soh-page-split,
	.soh-page-black-and-white-glam-photo-booth .soh-page-section--glam-local .soh-page-split {
		grid-template-columns: minmax(0, 1fr);
	}

	.soh-page-black-and-white-glam-photo-booth .soh-glam-hero__media {
		width: min(720px, 100%);
	}

	.soh-page-black-and-white-glam-photo-booth .soh-glam-proof__grid,
	.soh-page-black-and-white-glam-photo-booth .soh-glam-occasion-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.soh-page-black-and-white-glam-photo-booth .soh-glam-proof__grid {
		gap: 22px 0;
	}

	.soh-page-black-and-white-glam-photo-booth .soh-glam-proof__item:nth-child(2) {
		padding-right: 0;
		border-right: 0;
	}

	.soh-page-black-and-white-glam-photo-booth .soh-glam-proof__item:nth-child(3) {
		padding-left: 0;
	}

	.soh-page-black-and-white-glam-photo-booth .soh-glam-gallery {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.soh-page-black-and-white-glam-photo-booth .soh-glam-compare-grid > :last-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 767px) {
	.soh-page-black-and-white-glam-photo-booth .soh-page-hero--glam {
		padding: 58px 0 68px;
	}

	.soh-page-black-and-white-glam-photo-booth .soh-page-hero--glam h1 {
		font-size: clamp(2.2rem, 10vw, 3.05rem);
	}

	.soh-page-black-and-white-glam-photo-booth .soh-glam-hero__media {
		border-width: 5px;
		border-radius: 22px;
		transform: none;
	}

	.soh-page-black-and-white-glam-photo-booth .soh-glam-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 9px;
	}

	.soh-page-black-and-white-glam-photo-booth .soh-glam-compare-grid > :last-child {
		grid-column: auto;
	}

	.soh-page-black-and-white-glam-photo-booth .soh-glam-occasion {
		padding: 24px 22px;
	}
}

@media (max-width: 600px) {
	.soh-page-black-and-white-glam-photo-booth .soh-glam-proof {
		padding: 24px 0;
	}

	.soh-page-black-and-white-glam-photo-booth .soh-glam-proof__grid,
	.soh-page-black-and-white-glam-photo-booth .soh-glam-occasion-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.soh-page-black-and-white-glam-photo-booth .soh-glam-proof__grid {
		gap: 0;
	}

	.soh-page-black-and-white-glam-photo-booth .soh-glam-proof__item,
	.soh-page-black-and-white-glam-photo-booth .soh-glam-proof__item:first-child,
	.soh-page-black-and-white-glam-photo-booth .soh-glam-proof__item:nth-child(3),
	.soh-page-black-and-white-glam-photo-booth .soh-glam-proof__item:last-child {
		padding: 15px 0;
		border-right: 0;
		border-bottom: 1px solid var(--soh-line-soft);
	}

	.soh-page-black-and-white-glam-photo-booth .soh-glam-proof__item:last-child {
		border-bottom: 0;
	}

	.soh-page-black-and-white-glam-photo-booth .soh-page-hero--glam .soh-page-actions {
		flex-direction: column;
	}

	.soh-page-black-and-white-glam-photo-booth .soh-page-hero--glam .soh-page-button,
	.soh-page-black-and-white-glam-photo-booth .soh-glam-local__links a {
		width: 100%;
	}

	.soh-page-black-and-white-glam-photo-booth .soh-page-hero--glam .soh-page-button {
		flex: none;
	}

	.soh-page-black-and-white-glam-photo-booth .soh-glam-local__links {
		flex-direction: column;
	}

	.soh-page-black-and-white-glam-photo-booth .soh-glam-local__links a {
		justify-content: center;
	}
}

@media print {
	.soh-page-black-and-white-glam-photo-booth .soh-glam-proof,
	.soh-page-black-and-white-glam-photo-booth .soh-page-section--glam-gallery {
		background: #ffffff !important;
		color: #000000 !important;
	}

	.soh-page-black-and-white-glam-photo-booth .soh-glam-gallery {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

/* Filterable real-event Photos page */
.soh-page--photos .soh-page-hero--photos {
	padding: clamp(68px, 7.5vw, 108px) 0;
	background:
		radial-gradient(circle at 86% 12%, rgba(117, 183, 238, 0.46), transparent 27%),
		radial-gradient(circle at 10% 92%, rgba(30, 107, 184, 0.12), transparent 24%),
		linear-gradient(135deg, var(--soh-white) 0%, var(--soh-blue-pale) 56%, var(--soh-blue-soft) 100%);
}

.soh-page--photos .soh-page-hero--photos .soh-page-split,
.soh-page--photos .soh-photos-hero__layout {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
	align-items: center;
	gap: clamp(44px, 6vw, 88px);
}

.soh-page--photos .soh-page-hero--photos > .soh-photos-hero__layout {
	max-width: none;
	text-align: left;
}

.soh-page--photos .soh-page-hero--photos > .soh-photos-hero__layout h1,
.soh-page--photos .soh-page-hero--photos > .soh-photos-hero__layout .soh-photos-hero__content > p,
.soh-page--photos .soh-page-hero--photos > .soh-photos-hero__layout .soh-page-actions {
	margin-inline: 0;
}

.soh-page--photos .soh-page-hero--photos > .soh-photos-hero__layout .soh-page-actions {
	justify-content: flex-start;
}

.soh-page--photos .soh-photos-hero__content {
	position: relative;
	z-index: 2;
}

.soh-page--photos .soh-photos-hero__content h1 {
	max-width: 690px;
}

.soh-page--photos .soh-photos-hero__content > p:not(.soh-page-eyebrow) {
	max-width: 620px;
	font-size: 19px;
}

.soh-page--photos .soh-photos-hero__collage {
	position: relative;
	width: min(100%, 620px);
	min-height: 540px;
	justify-self: end;
}

.soh-page--photos .soh-photos-hero__photo {
	position: absolute;
	overflow: hidden;
	margin: 0;
	border: 7px solid var(--soh-white);
	border-radius: 24px;
	background: var(--soh-blue-pale);
	box-shadow: 0 24px 56px rgba(8, 11, 16, 0.2);
}

.soh-page--photos .soh-photos-hero__photo img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	max-height: none;
	object-fit: cover;
	object-position: var(--soh-photo-position, center 28%);
}

.soh-page--photos .soh-photos-hero__photo--primary {
	z-index: 2;
	top: 7%;
	left: 0;
	width: 54%;
	aspect-ratio: 4 / 5;
	transform: rotate(-2.5deg);
}

.soh-page--photos .soh-photos-hero__photo--secondary {
	z-index: 1;
	top: 0;
	right: 0;
	width: 51%;
	aspect-ratio: 4 / 3;
	transform: rotate(2.5deg);
}

.soh-page--photos .soh-photos-hero__photo--tertiary {
	z-index: 3;
	right: 3%;
	bottom: 1%;
	width: 52%;
	aspect-ratio: 4 / 3;
	transform: rotate(-1.5deg);
}

.soh-page--photos .soh-page-section--photos-gallery,
.soh-page--photos .soh-photos-explorer {
	background: var(--soh-white) !important;
}

.soh-page--photos [data-soh-photo-explorer] {
	position: relative;
	scroll-margin-top: 102px;
}

.soh-page--photos [data-soh-photo-controls] {
	position: relative;
	z-index: 3;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin: 0 0 26px;
	padding: 16px;
	border: 1px solid var(--soh-line);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: var(--soh-shadow-soft);
}

.soh-page--photos [data-soh-photo-controls][hidden],
.soh-page--photos [data-soh-photo-item][hidden],
.soh-page--photos [data-soh-photo-more][hidden] {
	display: none !important;
}

.soh-page--photos [data-soh-photo-filter] {
	display: inline-flex;
	min-height: 44px;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 9px 14px;
	border: 1px solid var(--soh-control-border);
	border-radius: 999px;
	background: var(--soh-white);
	color: var(--soh-ink);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	white-space: nowrap;
	cursor: pointer;
	transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.soh-page--photos [data-soh-photo-filter]:hover {
	border-color: var(--soh-blue);
	background: var(--soh-blue-pale);
	color: var(--soh-blue-dark);
}

.soh-page--photos [data-soh-photo-filter][aria-pressed="true"] {
	border-color: var(--soh-blue);
	background: var(--soh-blue);
	color: var(--soh-white);
	box-shadow: 0 7px 18px rgba(30, 107, 184, 0.22);
}

.soh-page--photos [data-soh-photo-filter-count] {
	display: inline-grid;
	min-width: 24px;
	height: 24px;
	padding-inline: 6px;
	place-items: center;
	border-radius: 999px;
	background: var(--soh-surface-soft);
	color: var(--soh-muted);
	font-size: 12px;
	font-variant-numeric: tabular-nums;
	line-height: 1;
}

.soh-page--photos [data-soh-photo-filter][aria-pressed="true"] [data-soh-photo-filter-count] {
	background: var(--soh-white);
	color: var(--soh-blue-dark);
}

.soh-page--photos [data-soh-photo-gallery] {
	column-count: 4;
	column-gap: 16px;
}

.soh-page--photos [data-soh-photo-item] {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	margin: 0 0 16px;
	break-inside: avoid;
	border: 1px solid var(--soh-line-soft);
	border-radius: 18px;
	background: var(--soh-surface-soft);
	box-shadow: 0 7px 22px rgba(8, 11, 16, 0.08);
	vertical-align: top;
}

.soh-page--photos [data-soh-gallery-item] {
	display: block;
	overflow: hidden;
	width: 100%;
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}

.soh-page--photos [data-soh-gallery-item] img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 0;
	max-height: none;
	aspect-ratio: auto;
	object-fit: contain;
	transition: transform 240ms ease, filter 240ms ease;
}

.soh-page--photos img[data-soh-photo-src][hidden] {
	display: none !important;
}

.soh-page--photos [data-soh-gallery-item]:focus-visible {
	outline: 0;
	box-shadow:
		inset 0 0 0 3px var(--soh-white),
		inset 0 0 0 7px var(--soh-blue);
}

@media (hover: hover) {
	.soh-page--photos [data-soh-gallery-item]:hover img {
		filter: saturate(1.04) contrast(1.03);
		transform: scale(1.012);
	}
}

.soh-page--photos .soh-photo-gallery__footer,
.soh-page--photos .soh-photos-more {
	display: grid;
	margin-top: 34px;
	place-items: center;
	gap: 16px;
	text-align: center;
}

.soh-page--photos [data-soh-photo-status] {
	margin: 0;
	color: var(--soh-muted);
	font-size: 14px;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
}

.soh-page--photos [data-soh-photo-more] {
	min-width: 210px;
}

.soh-page--photos .soh-page-section--photos-compare,
.soh-page--photos .soh-photos-compare {
	background: var(--soh-blue-pale) !important;
}

.soh-page--photos .soh-photo-compare-grid,
.soh-page--photos .soh-photos-compare-grid,
.soh-page--photos .soh-photos-compare__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.soh-page--photos .soh-photo-compare-card,
.soh-page--photos .soh-photos-compare-card,
.soh-page--photos .soh-photos-compare__card {
	display: flex;
	min-height: 250px;
	flex-direction: column;
	justify-content: flex-end;
	padding: clamp(28px, 4vw, 42px);
	border: 1px solid var(--soh-line);
	border-radius: var(--soh-radius-md);
	background: var(--soh-white);
	box-shadow: var(--soh-shadow-soft);
}

.soh-page--photos .soh-photo-compare-card > a:last-child,
.soh-page--photos .soh-photos-compare-card > a:last-child,
.soh-page--photos .soh-photos-compare__card > a:last-child {
	margin-top: auto;
	padding-top: 22px;
	font-weight: 800;
}

.soh-page--photos .soh-page-faq--photos,
.soh-page--photos .soh-photos-faq {
	background: var(--soh-surface-soft) !important;
}

.soh-page--photos .soh-page-cta {
	background:
		radial-gradient(circle at 86% 12%, rgba(117, 183, 238, 0.24), transparent 28%),
		linear-gradient(135deg, var(--soh-blue-deep), var(--soh-blue-dark));
}

body.soh-gallery-lightbox-open {
	overflow: hidden;
}

.soh-page--photos [data-soh-gallery-dialog] {
	box-sizing: border-box;
	width: 100vw;
	max-width: none;
	height: 100dvh;
	max-height: none;
	margin: 0;
	padding: max(24px, env(safe-area-inset-top)) max(24px, env(safe-area-inset-right)) max(24px, env(safe-area-inset-bottom)) max(24px, env(safe-area-inset-left));
	border: 0;
	background: transparent;
	color: var(--soh-white);
	overflow: hidden;
}

.soh-page--photos [data-soh-gallery-dialog][open] {
	display: grid;
	place-items: center;
}

.soh-page--photos [data-soh-gallery-dialog]::backdrop {
	background: rgba(3, 6, 11, 0.94);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.soh-page--photos [data-soh-gallery-dialog] > div {
	position: relative;
	display: grid;
	width: min(100%, 1240px);
	height: min(92dvh, 920px);
	max-height: 100%;
	place-items: center;
}

.soh-page--photos [data-soh-gallery-dialog] figure {
	display: grid;
	max-width: calc(100% - 140px);
	max-height: calc(100% - 64px);
	margin: 0;
	place-items: center;
	gap: 12px;
}

.soh-page--photos [data-soh-gallery-image] {
	display: block;
	width: auto;
	height: auto;
	min-height: 0;
	max-width: 100%;
	max-height: calc(92dvh - 126px);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 16px;
	background: var(--soh-black);
	object-fit: contain;
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.52);
}

.soh-page--photos [data-soh-gallery-caption] {
	display: flex;
	min-height: 26px;
	align-items: baseline;
	justify-content: center;
	gap: 10px;
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.soh-page--photos [data-soh-gallery-count] {
	color: var(--soh-blue-light);
	white-space: nowrap;
}

.soh-page--photos [data-soh-gallery-close],
.soh-page--photos [data-soh-gallery-previous],
.soh-page--photos [data-soh-gallery-next] {
	position: absolute;
	z-index: 2;
	display: grid;
	width: 50px;
	height: 50px;
	min-width: 50px;
	padding: 0;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.54);
	border-radius: 50%;
	background: rgba(8, 11, 16, 0.78);
	color: var(--soh-white);
	font-size: 24px;
	font-weight: 800;
	line-height: 1;
	box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
	cursor: pointer;
	transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.soh-page--photos [data-soh-gallery-close]:hover,
.soh-page--photos [data-soh-gallery-previous]:hover,
.soh-page--photos [data-soh-gallery-next]:hover {
	border-color: var(--soh-blue-light);
	background: var(--soh-blue);
}

.soh-page--photos [data-soh-gallery-close]:focus-visible,
.soh-page--photos [data-soh-gallery-previous]:focus-visible,
.soh-page--photos [data-soh-gallery-next]:focus-visible {
	outline: 3px solid var(--soh-white);
	outline-offset: 4px;
}

.soh-page--photos [data-soh-gallery-close] {
	top: 0;
	right: 0;
}

.soh-page--photos [data-soh-gallery-previous],
.soh-page--photos [data-soh-gallery-next] {
	top: 50%;
	transform: translateY(-50%);
}

.soh-page--photos [data-soh-gallery-previous] {
	left: 0;
}

.soh-page--photos [data-soh-gallery-next] {
	right: 0;
}

.soh-page--photos [data-soh-gallery-previous]:hover,
.soh-page--photos [data-soh-gallery-next]:hover {
	transform: translateY(-50%) scale(1.04);
}

.soh-page--photos [data-soh-gallery-live] {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

@media (max-width: 1199px) {
	.soh-page--photos [data-soh-photo-gallery] {
		column-count: 3;
	}
}

@media (max-width: 921px) {
	.soh-page--photos .soh-page-hero--photos .soh-page-split,
	.soh-page--photos .soh-photos-hero__layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.soh-page--photos .soh-photos-hero__content {
		max-width: 720px;
	}

	.soh-page--photos .soh-photos-hero__collage {
		width: min(100%, 660px);
		justify-self: center;
	}
}

@media (max-width: 767px) {
	.soh-page--photos .soh-page-hero--photos {
		padding: 58px 0 68px;
	}

	.soh-page--photos .soh-photos-hero__collage {
		min-height: 460px;
	}

	.soh-page--photos [data-soh-photo-controls] {
		width: calc(100% + 32px);
		margin-inline: -16px;
		padding: 10px 16px 14px;
		flex-wrap: nowrap;
		overflow-x: auto;
		border-inline: 0;
		border-radius: 0;
		box-shadow: 0 8px 24px rgba(8, 11, 16, 0.08);
		scroll-padding-inline: 16px;
		scroll-snap-type: x proximity;
		-webkit-overflow-scrolling: touch;
	}

	.soh-page--photos [data-soh-photo-filter] {
		scroll-snap-align: start;
	}

	.soh-page--photos [data-soh-photo-gallery] {
		column-count: 2;
		column-gap: 12px;
	}

	.soh-page--photos [data-soh-photo-item] {
		margin-bottom: 12px;
		border-radius: 14px;
	}

	.soh-page--photos .soh-photo-compare-grid,
	.soh-page--photos .soh-photos-compare-grid,
	.soh-page--photos .soh-photos-compare__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.soh-page--photos [data-soh-gallery-dialog] {
		padding: max(8px, env(safe-area-inset-top)) max(8px, env(safe-area-inset-right)) max(8px, env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left));
	}

	.soh-page--photos [data-soh-gallery-dialog] > div {
		width: 100%;
		height: 100%;
	}

	.soh-page--photos [data-soh-gallery-dialog] figure {
		max-width: 100%;
		max-height: 100%;
		padding: 62px 4px 88px;
	}

	.soh-page--photos [data-soh-gallery-image] {
		max-height: calc(100dvh - 200px);
		border-radius: 12px;
	}

	.soh-page--photos [data-soh-gallery-caption] {
		flex-direction: column;
		gap: 2px;
	}

	.soh-page--photos [data-soh-gallery-close],
	.soh-page--photos [data-soh-gallery-previous],
	.soh-page--photos [data-soh-gallery-next] {
		width: 48px;
		height: 48px;
		min-width: 48px;
	}

	.soh-page--photos [data-soh-gallery-close] {
		top: 12px;
		right: 12px;
	}

	.soh-page--photos [data-soh-gallery-previous],
	.soh-page--photos [data-soh-gallery-next] {
		top: auto;
		bottom: 16px;
		transform: none;
	}

	.soh-page--photos [data-soh-gallery-previous] {
		left: calc(50% - 58px);
	}

	.soh-page--photos [data-soh-gallery-next] {
		right: calc(50% - 58px);
	}

	.soh-page--photos [data-soh-gallery-previous]:hover,
	.soh-page--photos [data-soh-gallery-next]:hover {
		transform: scale(1.04);
	}
}

@media (max-width: 480px) {
	.soh-page--photos [data-soh-photo-controls] {
		width: calc(100% + 28px);
		margin-inline: -14px;
		padding-inline: 14px;
		scroll-padding-inline: 14px;
	}

	.soh-page--photos .soh-photos-hero__collage {
		min-height: 380px;
	}

	.soh-page--photos .soh-photos-hero__photo {
		border-width: 5px;
		border-radius: 18px;
	}
}

@media (max-width: 379px) {
	.soh-page--photos [data-soh-photo-gallery] {
		column-count: 1;
	}

	.soh-page--photos .soh-photos-hero__collage {
		min-height: 340px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.soh-page--photos [data-soh-gallery-item] img,
	.soh-page--photos [data-soh-gallery-close],
	.soh-page--photos [data-soh-gallery-previous],
	.soh-page--photos [data-soh-gallery-next] {
		transition: none;
	}

	.soh-page--photos [data-soh-gallery-item]:hover img {
		transform: none;
	}
}

@media print {
	.soh-page--photos [data-soh-photo-controls],
	.soh-page--photos [data-soh-photo-status],
	.soh-page--photos [data-soh-photo-more],
	.soh-page--photos [data-soh-gallery-dialog] {
		display: none !important;
	}

	.soh-page--photos [data-soh-photo-item][hidden] {
		display: inline-block !important;
	}

	.soh-page--photos [data-soh-photo-gallery] {
		column-count: 3;
	}

	.soh-page--photos [data-soh-photo-item] {
		box-shadow: none;
	}
}

/* Focus and interaction states */
.soh-brand-shell #masthead a:focus-visible,
.soh-brand-shell #masthead button:focus-visible,
.soh-page a:focus-visible,
.soh-page button:focus-visible,
.soh-page summary:focus-visible,
.soh-page input:focus-visible,
.soh-page select:focus-visible,
.soh-page textarea:focus-visible,
.soh-brand-shell .soh-custom-footer a:focus-visible {
	outline: 3px solid var(--soh-blue);
	outline-offset: 4px;
}

.soh-page-hero--360 a:focus-visible,
.soh-page-hero--360 button:focus-visible,
.soh-page-hero--contact a:focus-visible,
.soh-page-cta a:focus-visible,
.soh-brand-shell .soh-custom-footer a:focus-visible {
	outline-color: var(--soh-white);
}

.soh-page-video__poster:focus-visible {
	outline: 0;
	box-shadow:
		inset 0 0 0 3px var(--soh-white),
		inset 0 0 0 7px var(--soh-blue-light);
}

.soh-page-video:focus-within {
	box-shadow:
		0 0 0 3px var(--soh-white),
		0 0 0 6px var(--soh-blue);
}

@media (min-width: 922px) and (max-width: 1100px) {
	.soh-brand-shell .main-header-menu > .menu-item:first-child {
		display: none;
	}

	.soh-brand-shell .main-header-menu > .menu-item > .menu-link {
		padding-inline: 6px !important;
		font-size: 13px;
		white-space: nowrap;
	}

	.soh-page-grid,
	.soh-page-link-grid {
		gap: 16px;
	}

	.soh-page-card {
		padding: 24px;
	}

	.soh-page-card .soh-page-media {
		margin: -24px -24px 22px;
	}
}

@media (max-width: 921px) {
	.soh-brand-shell.admin-bar #masthead {
		top: 46px;
	}

	.soh-brand-shell .site-primary-header-wrap,
	.soh-brand-shell .ast-builder-grid-row {
		min-height: 70px;
	}

	.soh-brand-shell .custom-logo {
		width: 76px;
	}

	.soh-brand-shell .ast-button-wrap .menu-toggle.main-header-menu-toggle.ast-mobile-menu-trigger-minimal {
		display: inline-grid;
		width: 46px !important;
		height: 46px !important;
		min-width: 46px;
		place-items: center;
		border: 1px solid var(--soh-line) !important;
		border-radius: 12px;
		background: var(--soh-white) !important;
		color: var(--soh-blue) !important;
	}

	.soh-brand-shell .ast-button-wrap .menu-toggle.main-header-menu-toggle.ast-mobile-menu-trigger-minimal[aria-expanded="true"] {
		background: var(--soh-blue-pale) !important;
		color: var(--soh-blue-dark) !important;
	}

	.soh-brand-shell .ast-builder-menu-mobile .main-navigation .main-header-menu {
		padding: 12px 16px 20px;
		border-top: 1px solid var(--soh-line);
		background: var(--soh-white);
	}

	.soh-brand-shell .ast-builder-menu-mobile .main-header-menu > .menu-item > .menu-link {
		min-height: 48px;
		margin: 0;
		padding-inline: 14px;
		border: 0;
		border-radius: 10px;
		background: transparent;
		color: var(--soh-ink) !important;
		box-shadow: none;
	}

	.soh-brand-shell .ast-builder-menu-mobile .main-header-menu > .menu-item:last-child > .menu-link {
		margin-top: 8px;
		background: var(--soh-blue);
		color: var(--soh-white) !important;
	}

	.soh-brand-shell .ast-builder-menu-mobile .ast-menu-toggle {
		min-width: 44px;
		min-height: 44px;
	}

	.soh-page-split {
		grid-template-columns: minmax(0, 1fr);
		gap: 36px;
	}

	.soh-page-hero--packages .soh-page-split {
		grid-template-columns: minmax(0, 1fr);
	}

	.soh-page-hero .soh-page-media {
		width: min(680px, 100%);
		justify-self: center;
	}

	.soh-page-grid,
	.soh-page-link-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.soh-page-backdrop-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.soh-page-package-grid > :last-child,
	.soh-page-link-grid > :last-child:nth-child(odd) {
		grid-column: 1 / -1;
	}

	.soh-page-timeline {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.soh-brand-shell .soh-custom-footer__grid {
		grid-template-columns: 1.5fr 1fr 1fr;
	}

	.soh-brand-shell .soh-custom-footer__contact {
		grid-column: 1 / -1;
	}
}

@media (max-width: 782px) {
	.soh-brand-shell.admin-bar #masthead {
		top: 46px;
	}
}

@media (max-width: 767px) {
	.soh-page-section--contact-form {
		scroll-margin-top: 86px;
	}

	.soh-page {
		font-size: 16px;
	}

	.soh-page-shell {
		width: min(100% - 32px, 680px);
	}

	.soh-page-breadcrumbs .soh-page-shell {
		width: min(100% - 24px, 680px);
	}

	.soh-page-hero {
		padding: 62px 0 68px;
	}

	.soh-page-hero--packages .soh-page-hero__content--packages {
		padding: 30px 24px;
		border-radius: 22px;
		background-position: center, center;
	}

	.soh-page-hero--360 .soh-page-split {
		grid-template-columns: minmax(0, 1fr);
	}

	.soh-page-hero--360.soh-featured-video-active {
		display: grid;
		min-height: 680px;
		place-items: center;
		padding: 56px 0 76px;
		background: var(--soh-blue-deep);
	}

	.soh-page-hero--360.soh-featured-video-active::before,
	.soh-page-hero--360.soh-featured-video-active::after {
		display: none;
	}

	.soh-page-hero--360.soh-featured-video-active .soh-page-split {
		display: block;
	}

	.soh-page-hero--360.soh-featured-video-active .soh-page-hero__content {
		max-width: 580px;
		padding-bottom: 58px;
		text-shadow: 0 2px 18px rgba(0, 0, 0, 0.5);
	}

	.soh-page-hero--360.soh-featured-video-active .soh-page-hero__video-wrap {
		position: absolute;
		z-index: 0;
		inset: 0;
		width: 100%;
		height: 100%;
		max-width: none;
	}

	.soh-page-hero--360.soh-featured-video-active .soh-page-hero__video-wrap::after {
		position: absolute;
		z-index: 1;
		inset: 0;
		background:
			linear-gradient(180deg, rgba(5, 13, 25, 0.72) 0%, rgba(5, 13, 25, 0.54) 44%, rgba(5, 13, 25, 0.84) 100%),
			linear-gradient(90deg, rgba(5, 13, 25, 0.38), transparent 72%);
		content: "";
		pointer-events: none;
	}

	.soh-page-hero--360.soh-featured-video-active .soh-page-video--featured {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		aspect-ratio: auto;
		border: 0;
		border-radius: 0;
		box-shadow: none;
	}

	.soh-page-hero--360.soh-featured-video-active .soh-page-video--featured iframe {
		position: absolute;
		top: 50%;
		left: 50%;
		width: auto;
		min-width: 100%;
		height: 100%;
		max-width: none;
		aspect-ratio: 9 / 16;
		pointer-events: none;
		transform: translate(-50%, -50%);
	}

	.soh-page-hero--360.soh-featured-video-active .soh-page-video__motion-toggle {
		right: 16px;
		bottom: 16px;
	}

	.soh-page h1 {
		font-size: clamp(2.3rem, 11vw, 3.35rem);
		letter-spacing: -0.045em;
	}

	.soh-page h2 {
		font-size: clamp(2rem, 9.3vw, 2.75rem);
	}

	.soh-page h3 {
		font-size: 1.55rem;
	}

	.soh-page-hero .soh-page-split > div:first-child > p:not(.soh-page-eyebrow),
	.soh-page-hero > .soh-page-shell:not(.soh-page-split) > p:not(.soh-page-eyebrow) {
		font-size: 17px;
	}

	.soh-page-actions {
		align-items: stretch;
		gap: 10px;
		margin-top: 26px;
	}

	.soh-page-actions .soh-page-button {
		flex: 1 1 210px;
	}

	.soh-page-section {
		padding: 64px 0;
	}

	.soh-page-heading {
		margin-bottom: 30px;
	}

	.soh-page-grid,
	.soh-page-link-grid,
	.soh-page-video-grid,
	.soh-page-quotes,
	.soh-page-gallery {
		grid-template-columns: minmax(0, 1fr);
	}

	.soh-page-backdrop-gallery {
		grid-template-columns: minmax(0, 1fr);
	}

	.soh-page-package-grid > :last-child,
	.soh-page-link-grid > :last-child:nth-child(odd) {
		grid-column: auto;
	}

	.soh-page-card {
		padding: 24px;
		border-radius: 18px;
	}

	.soh-page-card .soh-page-media {
		margin: -24px -24px 22px;
	}

	.soh-page-card .soh-page-media img {
		height: 240px;
	}

	.soh-page-media {
		border-radius: 22px;
	}

	.soh-page-media img,
	.soh-page-image {
		min-height: 250px;
		max-height: 500px;
	}

	.soh-page-timeline {
		grid-template-columns: minmax(0, 1fr);
		gap: 12px;
	}

	.soh-page-timeline > li {
		min-height: 94px;
		padding: 22px 20px 22px 76px;
	}

	.soh-page-timeline > li::before {
		top: 22px;
		left: 20px;
	}

	.soh-page-gallery .soh-page-media img,
	.soh-page-gallery .soh-page-media:first-child img {
		height: 300px;
		min-height: 0;
	}

	.soh-page-backdrop-selector iframe {
		height: 650px;
	}

	.soh-page-faq__item summary {
		padding: 16px 17px;
		font-size: 17px;
	}

	.soh-page-faq__item > div {
		padding: 0 58px 18px 17px;
	}

	.soh-page-section--contact-form .soh-page-media,
	.soh-page-section--contact-form [class^="hb-p-"] {
		min-height: 560px;
		padding: 12px;
	}

	[data-soh-album-viewer][data-loaded="true"],
	.soh-album-frame {
		min-height: 620px;
	}

	.soh-page-cta {
		padding: 68px 0;
	}

	.soh-page-cta h2 {
		font-size: clamp(2.35rem, 11vw, 3.2rem);
	}

	.soh-brand-shell .soh-custom-footer {
		padding-top: 58px;
	}

	.soh-brand-shell .soh-custom-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 34px 24px;
	}

	.soh-brand-shell .soh-custom-footer__brand,
	.soh-brand-shell .soh-custom-footer__contact {
		grid-column: 1 / -1;
	}

	.soh-brand-shell .soh-custom-footer__bottom {
		min-height: 92px;
		align-items: flex-start;
		flex-direction: column;
		justify-content: center;
		gap: 6px;
		margin-top: 36px;
	}
}

@media (max-width: 480px) {
	.soh-brand-shell.admin-bar #masthead {
		top: 0;
	}

	.soh-page-shell {
		width: calc(100% - 28px);
	}

	.soh-page-hero {
		padding: 54px 0 60px;
	}

	.soh-page--templates .soh-page-hero--templates {
		min-height: 760px;
		padding: 68px 0 80px;
	}

	.soh-page--templates .soh-page-hero--templates > .soh-page-shell {
		width: calc(100% - 28px);
		padding-bottom: 36px;
	}

	.soh-page-backdrops .soh-page-hero--backdrops {
		min-height: 690px;
		padding: 72px 0 78px;
		background:
			linear-gradient(180deg, rgba(5, 13, 25, 0.5) 0%, rgba(5, 13, 25, 0.72) 62%, rgba(5, 13, 25, 0.9) 100%),
			linear-gradient(135deg, var(--soh-blue-deep), var(--soh-blue-dark));
	}

	.soh-page-backdrops .soh-page-hero--backdrops::before {
		background: linear-gradient(180deg, rgba(5, 13, 25, 0.26), rgba(5, 13, 25, 0.86));
	}

	.soh-page-backdrops .soh-page-hero--backdrops > .soh-page-shell {
		align-self: end;
		padding-bottom: 56px;
	}

	.soh-page-backdrops .soh-page-hero__motion-toggle {
		right: 14px;
		bottom: 14px;
	}

	.soh-page h1 {
		font-size: clamp(2.15rem, 11.8vw, 2.95rem);
	}

	.soh-page h2 {
		font-size: clamp(1.9rem, 9.7vw, 2.5rem);
	}

	.soh-page-actions {
		flex-direction: column;
	}

	.soh-page-actions .soh-page-button,
	.soh-page-cta__phone {
		width: 100%;
		flex: none;
	}

	.soh-page-card {
		padding: 21px;
	}

	.soh-page-card .soh-page-media {
		margin: -21px -21px 20px;
	}

	.soh-page-gallery .soh-page-media img,
	.soh-page-gallery .soh-page-media:first-child img {
		height: 250px;
	}

	.soh-page-video__play {
		width: 62px;
		height: 62px;
	}

	.soh-page-albums .soh-page-card {
		min-height: 0;
	}

	.soh-brand-shell .soh-custom-footer__grid {
		grid-template-columns: 1fr;
	}

	.soh-brand-shell .soh-custom-footer__brand,
	.soh-brand-shell .soh-custom-footer__contact {
		grid-column: auto;
	}

	.soh-brand-shell .soh-custom-footer__nav a,
	.soh-brand-shell .soh-custom-footer__contact > a,
	.soh-brand-shell .soh-custom-footer__social a,
	.soh-brand-shell .soh-custom-footer__bottom a {
		min-height: 44px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.soh-page-hero__vimeo-background iframe {
		display: none;
	}

	.soh-brand-shell *,
	.soh-brand-shell *::before,
	.soh-brand-shell *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

@media print {
	body.soh-brand-shell {
		background: #ffffff !important;
		color: #000000 !important;
	}

	.soh-brand-shell #masthead,
	.soh-page-breadcrumbs,
	.soh-page-actions,
	.soh-page-cta,
	.soh-custom-footer,
	.soh-page-video__play,
	.soh-page-hero__vimeo-background,
	[data-soh-album-viewer] {
		display: none !important;
	}

	.soh-page-hero,
	.soh-page-section,
	.soh-page-card {
		background: #ffffff !important;
		color: #000000 !important;
		box-shadow: none !important;
	}

	.soh-page :where(h1, h2, h3, h4, p, li, blockquote, figcaption, a, span, strong, small, .soh-page-eyebrow) {
		color: #000000 !important;
	}
}

/* Ontario location pages and locations hub */
.soh-page--location,
.soh-page--locations {
	--soh-location-shadow: 0 24px 64px rgba(8, 11, 16, 0.16);
	--soh-location-shadow-soft: 0 14px 38px rgba(8, 11, 16, 0.1);
	--soh-location-border: rgba(30, 107, 184, 0.2);
	--soh-location-ice: #f3f8fd;
	--soh-location-sky: #dcebfa;
	--soh-location-night: #071a2c;
	background: var(--soh-white);
}

.soh-location,
.soh-locations {
	position: relative;
	overflow: clip;
	background: var(--soh-white);
}

.soh-location :where(.soh-page-heading, .soh-locations-service-note) > p:last-child,
.soh-locations :where(.soh-page-heading, .soh-locations-service-note) > p:last-child {
	margin-bottom: 0;
}

.soh-location .soh-page-heading,
.soh-locations .soh-page-heading {
	max-width: 790px;
}

.soh-location .soh-page-section,
.soh-locations .soh-page-section {
	position: relative;
}

/* Editorial city heroes */
.soh-location-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: clamp(70px, 7.5vw, 112px) 0;
	background:
		radial-gradient(circle at 86% 10%, rgba(117, 183, 238, 0.32), transparent 24%),
		linear-gradient(145deg, #ffffff 0%, var(--soh-location-ice) 58%, var(--soh-location-sky) 100%);
}

.soh-location-hero::before,
.soh-location-hero::after {
	position: absolute;
	z-index: -1;
	content: "";
	pointer-events: none;
}

.soh-location-hero::before {
	top: -24%;
	right: -8%;
	width: clamp(300px, 38vw, 610px);
	aspect-ratio: 1;
	border: 1px solid rgba(30, 107, 184, 0.14);
	border-radius: 50%;
}

.soh-location-hero::after {
	bottom: -150px;
	left: -100px;
	width: 340px;
	height: 230px;
	border: 44px solid rgba(30, 107, 184, 0.055);
	border-radius: 48px;
	transform: rotate(16deg);
}

.soh-location-hero__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
	align-items: center;
	gap: clamp(44px, 6vw, 88px);
}

.soh-location-hero__content {
	position: relative;
	z-index: 3;
	min-width: 0;
}

.soh-location-hero__content h1 {
	max-width: 720px;
	font-size: clamp(3.2rem, 4.6vw, 4.65rem);
	line-height: 0.97;
	text-wrap: balance;
}

.soh-location-hero__content > p:not(.soh-page-eyebrow) {
	max-width: 650px;
	margin-bottom: 0;
	font-size: clamp(1.05rem, 1.4vw, 1.22rem);
	line-height: 1.62;
}

.soh-location-hero__content .soh-page-actions {
	justify-content: flex-start;
}

.soh-location-hero__visual {
	position: relative;
	min-width: 0;
	min-height: clamp(430px, 38vw, 540px);
	filter: drop-shadow(0 28px 30px rgba(8, 11, 16, 0.12));
}

.soh-location-hero__frame {
	position: absolute;
	overflow: hidden;
	margin: 0;
	aspect-ratio: 3 / 2;
	border: 6px solid var(--soh-white);
	border-radius: 26px;
	background: var(--soh-charcoal);
	box-shadow: var(--soh-location-shadow);
}

.soh-location-hero__frame img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	max-height: none;
	object-fit: cover;
	object-position: var(--soh-location-focal, center);
}

/* Family one: asymmetric triptychs and modular mosaics. */
.soh-location-hero--triptych .soh-location-hero__frame--primary {
	top: 4%;
	left: 0;
	width: 82%;
	height: auto;
	aspect-ratio: 4 / 3;
}

.soh-location-hero--triptych .soh-location-hero__frame--support-one {
	top: 0;
	right: 0;
	width: 38%;
	height: auto;
	transform: rotate(2deg);
}

.soh-location-hero--triptych .soh-location-hero__frame--support-two {
	right: 2%;
	bottom: 5%;
	width: 40%;
	height: auto;
	transform: rotate(-2deg);
}

.soh-location-hero--mosaic .soh-location-hero__visual {
	display: block;
	filter: none;
}

.soh-location-hero--mosaic .soh-location-hero__frame {
	position: absolute;
	border-width: 4px;
	border-radius: 18px;
	box-shadow: var(--soh-location-shadow-soft);
}

.soh-location-hero--mosaic .soh-location-hero__frame--primary {
	top: 0;
	left: 4%;
	width: 92%;
	height: auto;
}

.soh-location-hero--mosaic .soh-location-hero__frame--support-one {
	bottom: 0;
	left: 0;
	width: 45%;
	height: auto;
}

.soh-location-hero--mosaic .soh-location-hero__frame--support-two {
	right: 0;
	bottom: 1%;
	width: 45%;
	height: auto;
}

/* Family two: cinematic and dark editorial galleries. */
.soh-location-hero--cinematic {
	background:
		linear-gradient(90deg, rgba(7, 26, 44, 0.98) 0%, rgba(9, 43, 77, 0.96) 52%, rgba(15, 63, 115, 0.94) 100%);
}

.soh-location-hero--cinematic::before {
	border-color: rgba(255, 255, 255, 0.12);
}

.soh-location-hero--cinematic::after {
	border-color: rgba(117, 183, 238, 0.14);
}

.soh-location-hero--cinematic .soh-location-hero__content :where(h1, p),
.soh-location-hero--cinematic .soh-page-eyebrow,
.soh-location-hero--dark-gallery .soh-location-hero__content :where(h1, p),
.soh-location-hero--dark-gallery .soh-page-eyebrow {
	color: var(--soh-white) !important;
}

.soh-location-hero--cinematic .soh-location-hero__content > p:not(.soh-page-eyebrow),
.soh-location-hero--dark-gallery .soh-location-hero__content > p:not(.soh-page-eyebrow) {
	color: rgba(255, 255, 255, 0.82) !important;
}

.soh-location-hero--cinematic .soh-page-button--secondary,
.soh-location-hero--cinematic .soh-page-button--secondary:visited,
.soh-location-hero--dark-gallery .soh-page-button--secondary,
.soh-location-hero--dark-gallery .soh-page-button--secondary:visited {
	border-color: rgba(255, 255, 255, 0.72);
	background: rgba(255, 255, 255, 0.08);
	color: var(--soh-white) !important;
	backdrop-filter: blur(8px);
}

.soh-location-hero--cinematic a:focus-visible,
.soh-location-hero--dark-gallery a:focus-visible,
.soh-locations-hero a:focus-visible,
.soh-locations-service-note a:focus-visible {
	outline-color: var(--soh-white);
}

.soh-location-hero--cinematic .soh-location-hero__frame--primary {
	top: 4%;
	left: 0;
	width: 96%;
	height: auto;
	border-radius: 18px 70px 18px 18px;
}

.soh-location-hero--cinematic .soh-location-hero__frame--support-one {
	right: -1%;
	bottom: 5%;
	width: 44%;
	height: auto;
	border-color: var(--soh-blue-light);
	transform: rotate(2deg);
}

.soh-location-hero--cinematic .soh-location-hero__frame--support-two {
	display: none;
}

.soh-location-hero--dark-gallery {
	background:
		radial-gradient(circle at 85% 20%, rgba(30, 107, 184, 0.36), transparent 28%),
		linear-gradient(135deg, var(--soh-black), var(--soh-blue-deep));
}

.soh-location-hero--dark-gallery .soh-location-hero__frame--primary {
	top: 10%;
	left: 0;
	width: 78%;
	height: auto;
	aspect-ratio: 4 / 3;
	border-color: rgba(255, 255, 255, 0.86);
	border-radius: 10px;
}

.soh-location-hero--dark-gallery .soh-location-hero__frame--support-one {
	top: 0;
	right: 0;
	width: 35%;
	height: auto;
	border-radius: 10px;
}

.soh-location-hero--dark-gallery .soh-location-hero__frame--support-two {
	right: 2%;
	bottom: 5%;
	width: 37%;
	height: auto;
	border-radius: 10px;
}

/* Family three: light arches and panoramic waterfront frames. */
.soh-location-hero--arch {
	background:
		radial-gradient(circle at 18% 110%, rgba(117, 183, 238, 0.26), transparent 30%),
		linear-gradient(135deg, #ffffff, #f4f7fa);
}

.soh-location-hero--arch .soh-location-hero__frame--primary {
	top: 0;
	left: 11%;
	width: 78%;
	height: auto;
	aspect-ratio: 4 / 3;
	border-radius: 72px 220px 24px 24px;
}

.soh-location-hero--arch .soh-location-hero__frame--support-one {
	top: auto;
	left: 2%;
	bottom: 8%;
	width: 36%;
	height: auto;
	border-radius: 80px;
}

.soh-location-hero--arch .soh-location-hero__frame--support-two {
	right: 2%;
	bottom: 8%;
	width: 36%;
	height: auto;
	border-radius: 80px;
}

.soh-location-hero--panoramic .soh-location-hero__visual {
	min-height: clamp(420px, 36vw, 520px);
}

.soh-location-hero--panoramic .soh-location-hero__frame--primary {
	top: 6%;
	left: 0;
	width: 100%;
	height: auto;
	border-radius: 28px 82px 28px 28px;
}

.soh-location-hero--panoramic .soh-location-hero__frame--support-one {
	bottom: 2%;
	left: 8%;
	width: 38%;
	height: auto;
	transform: rotate(-2deg);
}

.soh-location-hero--panoramic .soh-location-hero__frame--support-two {
	right: 7%;
	bottom: 2%;
	width: 38%;
	height: auto;
	transform: rotate(2deg);
}

/* Family four: garden editorial and overlapping photo prints. */
.soh-location-hero--garden {
	background:
		radial-gradient(circle at 84% 18%, rgba(117, 183, 238, 0.22), transparent 27%),
		linear-gradient(145deg, #ffffff 0%, #f6f8fa 62%, var(--soh-blue-pale) 100%);
}

.soh-location-hero--garden .soh-location-hero__frame--primary {
	top: 0;
	left: 0;
	width: 80%;
	height: auto;
	aspect-ratio: 4 / 3;
	border-radius: 130px 24px 24px 24px;
}

.soh-location-hero--garden .soh-location-hero__frame--support-one {
	top: 8%;
	right: 0;
	width: 35%;
	height: auto;
	transform: rotate(3deg);
}

.soh-location-hero--garden .soh-location-hero__frame--support-two {
	right: 3%;
	bottom: 5%;
	width: 40%;
	height: auto;
	transform: rotate(-3deg);
}

.soh-location-hero--prints .soh-location-hero__visual {
	perspective: 900px;
}

.soh-location-hero--prints .soh-location-hero__frame {
	padding: 8px 8px 46px;
	aspect-ratio: auto;
	border: 1px solid var(--soh-line);
	border-radius: 4px;
	background: var(--soh-white);
	box-shadow: 0 22px 48px rgba(8, 11, 16, 0.18);
}

.soh-location-hero--prints .soh-location-hero__frame img {
	height: auto;
	aspect-ratio: 3 / 2;
}

.soh-location-hero--prints .soh-location-hero__frame--primary {
	top: 5%;
	left: 4%;
	width: 76%;
	height: auto;
	transform: rotate(-4deg);
}

.soh-location-hero--prints .soh-location-hero__frame--support-one {
	top: 3%;
	right: 4%;
	width: 37%;
	height: auto;
	transform: rotate(5deg);
}

.soh-location-hero--prints .soh-location-hero__frame--support-two {
	right: 7%;
	bottom: 4%;
	width: 42%;
	height: auto;
	transform: rotate(2deg);
}

/* Long place names stay authoritative without becoming four desktop lines. */
.soh-location--niagara-on-the-lake .soh-location-hero__content h1,
.soh-location--st-catharines .soh-location-hero__content h1,
.soh-location--mississauga .soh-location-hero__content h1 {
	font-size: clamp(2.85rem, 4vw, 3.85rem);
}

/* Cambridge only needs the long-name treatment once the desktop shell is capped. */
@media (min-width: 1360px) {
	.soh-location--cambridge .soh-location-hero__content h1 {
		font-size: clamp(3.68rem, 4.1vw, 3.85rem);
	}
}

/* Hosted-service proof strip */
.soh-location-proof {
	position: relative;
	z-index: 4;
	background: var(--soh-black);
	color: var(--soh-white);
}

.soh-location-proof__list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	list-style: none;
}

.soh-location-proof__item {
	position: relative;
	display: flex;
	min-height: 92px;
	align-items: center;
	gap: 12px;
	padding: 22px clamp(18px, 2.5vw, 34px);
	color: rgba(255, 255, 255, 0.92);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
}

.soh-location-proof__item + .soh-location-proof__item {
	border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.soh-location-proof__item::before {
	display: none;
}

.soh-location-proof__item > svg {
	width: 30px;
	height: 30px;
	flex: 0 0 30px;
	margin: 0;
	padding: 7px;
	border-radius: 50%;
	background: var(--soh-blue);
	color: var(--soh-white);
}

.soh-location-proof__item > span,
.soh-location-proof__item strong {
	display: block;
}

.soh-location-proof__item strong {
	margin-bottom: 3px;
	color: var(--soh-white);
	font-family: var(--soh-display);
	font-size: 15px;
	line-height: 1.2;
}

/* Image-led booth choices */
.soh-location-experiences {
	background: var(--soh-location-ice) !important;
}

.soh-location-experiences__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.soh-location-experiences__card {
	position: relative;
	display: flex;
	overflow: hidden;
	min-width: 0;
	min-height: 100%;
	flex-direction: column;
	border: 1px solid var(--soh-line);
	border-radius: 24px;
	background: var(--soh-white);
	box-shadow: 0 1px 0 rgba(8, 11, 16, 0.04);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.soh-location-experiences__card::before {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: linear-gradient(90deg, var(--soh-blue-dark), var(--soh-blue), var(--soh-blue-light));
	content: "";
}

.soh-location-experiences__media {
	overflow: hidden;
	margin: 0;
	aspect-ratio: 3 / 2;
	background: var(--soh-charcoal);
}

.soh-location-experiences__media img {
	width: 100%;
	height: 100%;
	min-height: 0;
	max-height: none;
	object-fit: cover;
	object-position: var(--soh-location-focal, center);
	transition: transform 260ms ease;
}

.soh-location-experiences__content {
	display: flex;
	min-height: 0;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: 28px;
}

.soh-location-experiences__content p {
	margin-bottom: 22px;
}

.soh-location-experiences__content > a:last-child {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	margin-top: auto;
	color: var(--soh-blue-dark);
	font-size: 15px;
	font-weight: 800;
	text-decoration: none;
}

.soh-location-experiences__content > a:last-child span[aria-hidden="true"] {
	margin-left: 7px;
	transition: transform 180ms ease;
}

@media (hover: hover) {
	.soh-location-experiences__card:hover {
		border-color: rgba(30, 107, 184, 0.46);
		box-shadow: var(--soh-location-shadow-soft);
		transform: translateY(-4px);
	}

	.soh-location-experiences__card:hover .soh-location-experiences__media img {
		transform: scale(1.025);
	}

	.soh-location-experiences__content > a:last-child:hover span[aria-hidden="true"] {
		transform: translateX(4px);
	}
}

/* Local planning chapters */
.soh-location-planning {
	background: var(--soh-white) !important;
}

.soh-location-planning__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.soh-location-planning__chapter {
	position: relative;
	overflow: hidden;
	padding: clamp(28px, 4vw, 48px);
	border: 1px solid var(--soh-line);
	border-radius: 28px;
	background: var(--soh-surface-soft);
}

.soh-location-planning__chapter:first-child {
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(237, 246, 255, 0.94));
}

.soh-location-planning__chapter:last-child {
	background: var(--soh-charcoal);
}

.soh-location-planning__chapter:last-child :where(h2, h3, h4),
.soh-location-planning__chapter:last-child .soh-page-eyebrow {
	color: var(--soh-white) !important;
}

.soh-location-planning__chapter:last-child p {
	color: rgba(255, 255, 255, 0.74);
}

.soh-location-planning__venues {
	display: grid;
	grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
	align-items: start;
	gap: clamp(28px, 5vw, 64px);
	margin-top: 24px;
	padding: clamp(28px, 4vw, 46px);
	border: 1px solid var(--soh-location-border);
	border-radius: 26px;
	background: var(--soh-blue-pale);
}

.soh-location-planning__venues > div > :last-child {
	margin-bottom: 0;
}

.soh-location-planning__venue-list {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.soh-location-planning__venue {
	position: relative;
	padding: 15px 18px 15px 46px;
	border: 1px solid rgba(30, 107, 184, 0.22);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.78);
	color: var(--soh-ink);
	font-weight: 700;
	line-height: 1.42;
}

.soh-location-planning__venue > :where(strong, span) {
	display: block;
}

.soh-location-planning__venue > strong {
	margin-bottom: 3px;
	font-family: var(--soh-display);
	font-size: 17px;
}

.soh-location-planning__venue > span {
	color: var(--soh-muted);
	font-size: 14px;
}

.soh-location-planning__venue > a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	margin-top: 5px;
	font-size: 13px;
	font-weight: 800;
}

.soh-location-planning__venue::before {
	position: absolute;
	top: 18px;
	left: 18px;
	width: 14px;
	height: 14px;
	border: 4px solid var(--soh-blue);
	border-radius: 50% 50% 50% 0;
	content: "";
	transform: rotate(-45deg);
}

.soh-location-planning__areas {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

.soh-location-planning__areas-label {
	display: flex;
	min-height: 38px;
	align-items: center;
	margin-right: 4px;
	color: var(--soh-muted);
	font-size: 13px;
	font-weight: 800;
}

.soh-location-planning__area {
	display: inline-flex;
	min-height: 38px;
	align-items: center;
	padding: 8px 14px;
	border: 1px solid rgba(30, 107, 184, 0.25);
	border-radius: 999px;
	background: var(--soh-blue-pale);
	color: var(--soh-blue-dark);
	font-size: 13px;
	font-weight: 800;
}

/* Real-event photo mosaic */
.soh-location-gallery {
	background: var(--soh-surface-soft) !important;
}

.soh-location-gallery__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.soh-location-gallery__item {
	position: relative;
	display: block;
	overflow: hidden;
	min-height: 0;
	margin: 0;
	aspect-ratio: 3 / 2;
	border: 1px solid var(--soh-line);
	border-radius: 20px;
	background: var(--soh-charcoal);
	box-shadow: 0 1px 0 rgba(8, 11, 16, 0.05);
	text-decoration: none;
}

.soh-location-gallery__item:first-child {
	grid-row: auto;
}

.soh-location-gallery__item:nth-child(n + 6) {
	display: none;
}

.soh-location-gallery__item img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	max-height: none;
	object-fit: cover;
	object-position: var(--soh-location-focal, center);
	transition: transform 260ms ease, filter 260ms ease;
}

/* Portrait sources stay complete inside the landscape gallery rhythm. */
.soh-page--location .soh-location-gallery__item--portrait {
	background: var(--soh-charcoal);
}

.soh-page--location .soh-location-gallery__item--portrait .soh-location-gallery__image {
	object-fit: contain;
	object-position: center;
	transform: none;
}

.soh-location-gallery__item:focus-visible {
	outline: 4px solid var(--soh-blue);
	outline-offset: -7px;
}

.soh-location-gallery__more {
	margin: 30px 0 0;
	text-align: center;
}

@media (hover: hover) {
	.soh-location-gallery__item:hover img {
		filter: saturate(1.04) contrast(1.02);
		transform: scale(1.025);
	}

	.soh-page--location .soh-location-gallery__item--portrait:hover .soh-location-gallery__image {
		filter: none;
		transform: none;
	}
}

/* Testimonial, process and nearby-city links */
.soh-location-testimonial {
	padding: clamp(62px, 7vw, 92px) 0;
	background: var(--soh-blue-deep) !important;
}

.soh-location-testimonial__inner {
	position: relative;
	display: grid;
	max-width: 980px;
	grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
	align-items: start;
	gap: clamp(24px, 4vw, 50px);
	padding: clamp(30px, 5vw, 60px);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 24px 58px rgba(0, 0, 0, 0.2);
}

.soh-location-testimonial__inner::before {
	position: absolute;
	top: -4px;
	right: 28px;
	z-index: 0;
	color: var(--soh-blue-light);
	content: "\201C";
	font-family: Georgia, serif;
	font-size: clamp(7rem, 13vw, 12rem);
	font-weight: 700;
	line-height: 0.8;
	opacity: 0.14;
	pointer-events: none;
}

.soh-location-testimonial__inner > * {
	position: relative;
	z-index: 1;
}

.soh-location-testimonial__inner h2,
.soh-location-testimonial__inner .soh-page-eyebrow {
	color: var(--soh-white) !important;
}

.soh-location-testimonial__inner h2 {
	margin-bottom: 0;
	font-size: clamp(1.75rem, 3vw, 2.6rem);
}

.soh-location-testimonial__inner figure,
.soh-location-testimonial__quote p {
	margin: 0;
}

.soh-location-testimonial__quote p {
	color: var(--soh-white);
}

.soh-location-testimonial__quote {
	margin: 0 0 22px;
	color: var(--soh-white);
	font-family: var(--soh-display);
	font-size: clamp(1.55rem, 2.8vw, 2.35rem);
	font-weight: 600;
	line-height: 1.34;
	letter-spacing: -0.025em;
}

.soh-location-testimonial__attribution {
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.soh-location-testimonial__attribution :where(strong, span) {
	display: block;
}

.soh-location-testimonial__attribution strong {
	color: var(--soh-white);
}

.soh-location-testimonial__attribution span {
	margin-top: 3px;
}

.soh-location-process {
	background: var(--soh-white) !important;
}

.soh-location-process__list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.soh-location-process__item {
	position: relative;
	min-width: 0;
	padding: 26px 23px 24px;
	border: 1px solid var(--soh-line);
	border-radius: 18px;
	background: var(--soh-location-ice);
}

.soh-location-process__item::after {
	position: absolute;
	top: 43px;
	left: calc(100% + 2px);
	z-index: 2;
	width: 14px;
	height: 2px;
	background: var(--soh-blue-light);
	content: "";
}

.soh-location-process__item:last-child::after {
	display: none;
}

.soh-location-process__number {
	display: grid;
	width: 38px;
	height: 38px;
	margin-bottom: 22px;
	place-items: center;
	border-radius: 12px;
	background: var(--soh-blue);
	color: var(--soh-white);
	font-size: 13px;
	font-weight: 900;
}

.soh-location-process__item h3 {
	font-size: 20px;
}

.soh-location-process__item p:last-child {
	margin-bottom: 0;
	font-size: 15px;
}

.soh-location-related {
	background: var(--soh-location-ice) !important;
}

.soh-location-related__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.soh-location-related__card,
.soh-location-related__card:visited {
	position: relative;
	display: flex;
	min-height: 154px;
	flex-direction: column;
	justify-content: flex-end;
	padding: 26px;
	border: 1px solid var(--soh-line);
	border-radius: 20px;
	background: var(--soh-white);
	color: var(--soh-ink);
	text-decoration: none;
	box-shadow: 0 1px 0 rgba(8, 11, 16, 0.04);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.soh-location-related__card::before {
	position: absolute;
	top: 24px;
	right: 24px;
	color: var(--soh-blue);
	content: "\2197";
	font-size: 24px;
	font-weight: 500;
}

.soh-location-related__card :where(h3, strong) {
	margin: 0;
	color: var(--soh-ink);
	font-family: var(--soh-display);
	font-size: clamp(1.3rem, 2vw, 1.65rem);
	line-height: 1.18;
}

.soh-location-related__card span,
.soh-location-related__card p {
	margin: 7px 0 0;
	color: var(--soh-muted);
	font-size: 14px;
}

@media (hover: hover) {
	.soh-location-related__card:hover {
		border-color: rgba(30, 107, 184, 0.46);
		box-shadow: var(--soh-location-shadow-soft);
		transform: translateY(-3px);
	}
}

.soh-page--location .soh-page-faq {
	background: var(--soh-surface-soft) !important;
}

.soh-page--location .soh-page-faq__item {
	box-shadow: 0 1px 0 rgba(8, 11, 16, 0.04);
}

/* Locations collection hub */
.soh-locations-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: clamp(78px, 8vw, 120px) 0;
	background:
		radial-gradient(circle at 78% 18%, rgba(117, 183, 238, 0.34), transparent 27%),
		linear-gradient(135deg, var(--soh-black), var(--soh-blue-deep) 58%, var(--soh-blue-dark));
}

.soh-locations-hero::after {
	position: absolute;
	right: -8%;
	bottom: -42%;
	z-index: -1;
	width: 480px;
	aspect-ratio: 1;
	border: 70px solid rgba(255, 255, 255, 0.05);
	border-radius: 50%;
	content: "";
}

.soh-locations-hero__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
	align-items: center;
	gap: clamp(44px, 6vw, 86px);
}

.soh-locations-hero__content :where(h1, p),
.soh-locations-hero__content .soh-page-eyebrow {
	color: var(--soh-white) !important;
}

.soh-locations-hero__content h1 {
	max-width: 700px;
	font-size: clamp(3.2rem, 4.65vw, 4.7rem);
	line-height: 0.97;
	text-wrap: balance;
}

.soh-locations-hero__content > p:not(.soh-page-eyebrow) {
	max-width: 620px;
	color: rgba(255, 255, 255, 0.8) !important;
	font-size: clamp(1.06rem, 1.5vw, 1.23rem);
}

.soh-locations-hero__content .soh-page-actions {
	justify-content: flex-start;
}

.soh-locations-hero__content .soh-page-button--secondary,
.soh-locations-hero__content .soh-page-button--secondary:visited {
	border-color: rgba(255, 255, 255, 0.72);
	background: rgba(255, 255, 255, 0.08);
	color: var(--soh-white) !important;
}

.soh-locations-hero__visual {
	position: relative;
	min-height: clamp(420px, 37vw, 530px);
}

.soh-locations-hero__photo {
	position: absolute;
	overflow: hidden;
	margin: 0;
	aspect-ratio: 3 / 2;
	border: 5px solid rgba(255, 255, 255, 0.92);
	border-radius: 22px;
	background: var(--soh-charcoal);
	box-shadow: 0 28px 54px rgba(0, 0, 0, 0.28);
}

.soh-locations-hero__photo:nth-child(1) {
	top: 0;
	left: 0;
	width: 84%;
	height: auto;
	transform: rotate(-2deg);
}

.soh-locations-hero__photo:nth-child(2) {
	top: 0;
	right: 0;
	width: 40%;
	height: auto;
	transform: rotate(3deg);
}

.soh-locations-hero__photo:nth-child(3) {
	right: 5%;
	bottom: 0;
	width: 44%;
	height: auto;
	transform: rotate(-3deg);
}

.soh-locations-hero__photo img {
	width: 100%;
	height: 100%;
	min-height: 0;
	max-height: none;
	object-fit: cover;
	object-position: var(--soh-location-focal, center);
}

.soh-locations-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.soh-locations-card {
	position: relative;
	display: flex;
	overflow: hidden;
	min-width: 0;
	min-height: 100%;
	flex-direction: column;
	border: 1px solid var(--soh-line);
	border-radius: 22px;
	background: var(--soh-white);
	box-shadow: 0 1px 0 rgba(8, 11, 16, 0.04);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.soh-locations-card__media {
	overflow: hidden;
	margin: 0;
	aspect-ratio: 4 / 3;
	background: var(--soh-charcoal);
}

.soh-locations-card__media img {
	width: 100%;
	height: 100%;
	min-height: 0;
	max-height: none;
	object-fit: cover;
	object-position: var(--soh-location-focal, center);
	transition: transform 260ms ease;
}

.soh-locations-card__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: 24px;
}

.soh-locations-card__content h2,
.soh-locations-card__content h3 {
	margin-bottom: 10px;
	font-size: clamp(1.45rem, 2vw, 1.85rem);
	line-height: 1.08;
}

.soh-locations-card__content p {
	font-size: 15px;
	line-height: 1.56;
}

.soh-locations-card__meta {
	display: inline-flex;
	min-height: 30px;
	align-items: center;
	margin-bottom: 14px;
	padding: 5px 10px;
	border-radius: 999px;
	background: var(--soh-blue-pale);
	color: var(--soh-blue-dark);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.soh-locations-card__link,
.soh-locations-card__link:visited {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	margin-top: auto;
	color: var(--soh-blue-dark);
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
}

.soh-locations-card__link span[aria-hidden="true"] {
	margin-left: 7px;
}

.soh-locations-card__content h3 a,
.soh-locations-card__content h3 a:visited {
	color: var(--soh-ink);
	text-decoration: none;
}

.soh-location-experiences__media:focus-visible,
.soh-locations-card__media:focus-visible {
	outline: 4px solid var(--soh-blue);
	outline-offset: -7px;
}

@media (hover: hover) {
	.soh-locations-card:hover {
		border-color: rgba(30, 107, 184, 0.46);
		box-shadow: var(--soh-location-shadow-soft);
		transform: translateY(-4px);
	}

	.soh-locations-card:hover .soh-locations-card__media img {
		transform: scale(1.025);
	}
}

.soh-locations .soh-locations-service-note {
	position: relative;
	overflow: hidden;
	padding: clamp(72px, 8vw, 106px) 0;
	border: 0;
	border-radius: 0;
	background:
		radial-gradient(circle at 92% 18%, rgba(117, 183, 238, 0.28), transparent 26%),
		linear-gradient(135deg, var(--soh-blue-deep), var(--soh-blue-dark));
	color: var(--soh-white);
}

.soh-locations-service-note :where(h2, h3, p),
.soh-locations-service-note .soh-page-eyebrow {
	color: var(--soh-white) !important;
}

.soh-locations-service-note p {
	max-width: 760px;
	color: rgba(255, 255, 255, 0.78) !important;
}

.soh-locations-service-note__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.soh-locations-service-note__grid article {
	display: flex;
	min-width: 0;
	min-height: 100%;
	flex-direction: column;
	align-items: flex-start;
	padding: 26px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.08);
}

.soh-locations-service-note__grid svg {
	width: 32px;
	height: 32px;
	margin-bottom: 18px;
	color: var(--soh-blue-light);
}

.soh-locations-service-note__grid h3 {
	color: var(--soh-white);
	font-size: 22px;
}

.soh-locations-service-note__grid p {
	margin-bottom: 20px;
	font-size: 15px;
}

.soh-locations-service-note__grid a,
.soh-locations-service-note__grid a:visited {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	margin-top: auto;
	color: var(--soh-white);
	font-size: 14px;
	font-weight: 800;
}

/* A fifth footer group is used for Areas We Serve. */
@media (min-width: 1181px) {
	.soh-brand-shell .soh-custom-footer__grid {
		grid-template-columns: minmax(230px, 1.4fr) repeat(3, minmax(130px, 0.78fr)) minmax(190px, 1fr);
		gap: 34px;
	}
}

@media (min-width: 922px) and (max-width: 1180px) {
	.soh-brand-shell .soh-custom-footer__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.soh-brand-shell .soh-custom-footer__brand,
	.soh-brand-shell .soh-custom-footer__contact {
		grid-column: 1 / -1;
	}
}

@media (max-width: 1100px) {
	.soh-location-hero__layout,
	.soh-locations-hero__layout {
		grid-template-columns: minmax(0, 1fr);
		gap: 44px;
	}

	.soh-location-hero__content,
	.soh-locations-hero__content {
		max-width: 760px;
	}

	.soh-location-hero__visual,
	.soh-locations-hero__visual {
		width: min(680px, 100%);
		min-height: 500px;
		justify-self: center;
	}

	.soh-location-hero__content h1,
	.soh-locations-hero__content h1 {
		font-size: clamp(3rem, 6vw, 4.35rem);
	}

	.soh-location--niagara-on-the-lake .soh-location-hero__content h1 {
		font-size: clamp(2.75rem, 5.5vw, 3.9rem);
	}

	.soh-locations-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 921px) {
	.soh-location-hero__layout,
	.soh-locations-hero__layout {
		grid-template-columns: minmax(0, 1fr);
		gap: 44px;
	}

	.soh-location-hero__content,
	.soh-locations-hero__content {
		max-width: 720px;
	}

	.soh-location-hero__visual,
	.soh-locations-hero__visual {
		width: min(680px, 100%);
		min-height: 540px;
		justify-self: center;
	}

	.soh-location-proof__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.soh-location-proof__item:nth-child(odd) {
		border-left: 0;
	}

	.soh-location-proof__item:nth-child(n + 3) {
		border-top: 1px solid rgba(255, 255, 255, 0.16);
	}

	.soh-location-experiences__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.soh-location-experiences__card:last-child {
		grid-column: 1 / -1;
	}

	.soh-location-experiences__card:last-child {
		display: grid;
		grid-template-columns: minmax(260px, 0.88fr) minmax(0, 1.12fr);
	}

	.soh-location-process__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.soh-location-process__item:nth-child(2)::after,
	.soh-location-process__item:last-child::after {
		display: none;
	}

	.soh-location-testimonial__inner {
		grid-template-columns: minmax(0, 1fr);
	}

	.soh-locations-service-note__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.soh-locations-service-note__grid article:last-child {
		grid-column: 1 / -1;
	}

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

	.soh-brand-shell .soh-custom-footer__brand,
	.soh-brand-shell .soh-custom-footer__contact {
		grid-column: 1 / -1;
	}
}

@media (max-width: 767px) {
	.soh-location-hero,
	.soh-locations-hero {
		padding: 58px 0 66px;
	}

	.soh-location-hero__layout,
	.soh-locations-hero__layout {
		gap: 34px;
	}

	.soh-location-hero__content h1,
	.soh-locations-hero__content h1,
	.soh-location--niagara-on-the-lake .soh-location-hero__content h1 {
		font-size: clamp(2.45rem, 10.9vw, 3.75rem);
		line-height: 0.99;
	}

	.soh-location-hero__content > p:not(.soh-page-eyebrow),
	.soh-locations-hero__content > p:not(.soh-page-eyebrow) {
		font-size: 17px;
	}

	.soh-location-hero__visual,
	.soh-locations-hero__visual {
		min-height: clamp(390px, 104vw, 530px);
	}

	.soh-location-hero__frame {
		border-width: 4px;
		border-radius: 18px;
	}

	.soh-location-hero--arch .soh-location-hero__frame--primary {
		border-radius: 180px 180px 18px 18px;
	}

	.soh-location-proof__item {
		min-height: 78px;
		padding: 17px 16px;
		font-size: 13px;
	}

	.soh-location-experiences__grid,
	.soh-location-planning__grid,
	.soh-location-related__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.soh-location-experiences__card:last-child {
		display: flex;
		grid-column: auto;
	}

	.soh-location-experiences__content,
	.soh-location-planning__chapter {
		padding: 24px;
	}

	.soh-location-planning__venues {
		grid-template-columns: minmax(0, 1fr);
		padding: 24px;
	}

	.soh-location-gallery__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: none;
		gap: 10px;
	}

	.soh-location-gallery__item:first-child {
		grid-column: auto;
		grid-row: auto;
	}

	.soh-location-gallery__item:nth-child(n + 6) {
		display: block;
	}

	.soh-location-testimonial__inner {
		display: block;
		padding: 28px 24px;
		border-radius: 22px;
	}

	.soh-location-testimonial__inner::before {
		top: -8px;
		right: 12px;
		height: auto;
		font-size: 6.4rem;
		line-height: 0.85;
	}

	.soh-location-testimonial__quote {
		font-size: clamp(1.4rem, 6.2vw, 1.9rem);
	}

	.soh-location-process__list {
		grid-template-columns: minmax(0, 1fr);
		gap: 12px;
	}

	.soh-location-process__item {
		min-height: 92px;
		padding: 20px 18px 20px 76px;
	}

	.soh-location-process__item::after {
		display: none;
	}

	.soh-location-process__number {
		position: absolute;
		top: 21px;
		left: 20px;
		margin: 0;
	}

	.soh-location-related__card {
		min-height: 132px;
	}

	.soh-locations-hero__photo {
		border-width: 4px;
		border-radius: 16px;
	}

	.soh-locations-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 16px;
	}

	.soh-locations-card {
		display: grid;
		grid-template-columns: minmax(130px, 38%) minmax(0, 1fr);
		border-radius: 18px;
	}

	.soh-locations-card__media {
		min-height: 100%;
		aspect-ratio: auto;
	}

	.soh-locations-card__content {
		padding: 20px;
	}

	.soh-locations-card__content h2,
	.soh-locations-card__content h3 {
		font-size: 1.5rem;
	}

	.soh-locations-service-note {
		padding: 64px 0;
		border-radius: 0;
	}

	.soh-locations-service-note__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.soh-locations-service-note__grid article:last-child {
		grid-column: auto;
	}

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

	.soh-brand-shell .soh-custom-footer__brand,
	.soh-brand-shell .soh-custom-footer__contact {
		grid-column: 1 / -1;
	}
}

@media (max-width: 480px) {
	.soh-location-hero,
	.soh-locations-hero {
		padding: 48px 0 56px;
	}

	.soh-location-hero__content h1,
	.soh-locations-hero__content h1,
	.soh-location--niagara-on-the-lake .soh-location-hero__content h1 {
		font-size: clamp(2.15rem, 11.5vw, 3rem);
		letter-spacing: -0.045em;
	}

	.soh-location-hero__visual,
	.soh-locations-hero__visual {
		min-height: clamp(330px, 96vw, 430px);
	}

	.soh-location-hero--triptych .soh-location-hero__frame--primary {
		width: 72%;
	}

	.soh-location-hero--dark-gallery .soh-location-hero__frame--primary {
		left: 0;
	}

	.soh-location-hero--prints .soh-location-hero__frame {
		padding: 5px 5px 30px;
	}

	.soh-location-proof__list {
		grid-template-columns: minmax(0, 1fr);
	}

	.soh-location-proof__item,
	.soh-location-proof__item:nth-child(odd),
	.soh-location-proof__item:nth-child(n + 3) {
		min-height: 64px;
		border-top: 1px solid rgba(255, 255, 255, 0.14);
		border-left: 0;
	}

	.soh-location-proof__item:first-child {
		border-top: 0;
	}

	.soh-location-experiences__media {
		aspect-ratio: 16 / 10;
	}

	.soh-location-gallery__grid {
		grid-template-rows: none;
	}

	.soh-location-gallery__item {
		border-radius: 14px;
	}

	.soh-locations-card {
		display: flex;
	}

	.soh-locations-card__media {
		min-height: 0;
		aspect-ratio: 16 / 10;
	}

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

	.soh-brand-shell .soh-custom-footer__brand,
	.soh-brand-shell .soh-custom-footer__contact {
		grid-column: auto;
	}
}

@media (max-width: 379px) {
	.soh-location-gallery__grid {
		grid-template-columns: minmax(0, 1fr);
	}
}

/* Keep every city collage visually connected instead of stretching its frames
 * across an arbitrary minimum height. The wrapper ratios scale from the actual
 * available width while each photo retains its crop-safe 3:2 or 4:3 frame. */
.soh-page--location .soh-location-hero {
	padding: clamp(64px, 5.5vw, 84px) 0;
}

.soh-page--location .soh-location-hero--triptych .soh-location-hero__visual {
	min-height: 0;
	aspect-ratio: 21 / 20;
}

.soh-page--location .soh-location-hero--cinematic .soh-location-hero__visual,
.soh-page--location .soh-location-hero--panoramic .soh-location-hero__visual {
	min-height: 0;
	aspect-ratio: 1;
}

.soh-page--location .soh-location-hero--arch .soh-location-hero__visual,
.soh-page--location .soh-location-hero--garden .soh-location-hero__visual {
	min-height: 0;
	aspect-ratio: 8 / 7;
}

.soh-page--location .soh-location-hero--dark-gallery .soh-location-hero__visual,
.soh-page--location .soh-location-hero--mosaic .soh-location-hero__visual {
	min-height: 0;
	aspect-ratio: 15 / 14;
}

.soh-page--location .soh-location-hero--prints .soh-location-hero__visual {
	min-height: 0;
	aspect-ratio: 24 / 25;
}

/* The wider St. Catharines primary frame keeps every guest inside the image;
 * the softened asymmetric arch retains the editorial character. */
.soh-page--location .soh-location-hero--arch .soh-location-hero__frame--primary {
	left: 6%;
	width: 88%;
	aspect-ratio: 3 / 2;
}

@media (max-width: 767px) {
	.soh-page--location .soh-location-hero {
		padding: 48px 0 52px;
	}

	.soh-page--location .soh-location-hero__layout {
		gap: 28px;
	}
}

@media (max-width: 480px) {
	.soh-page--location .soh-location-hero {
		padding: 40px 0 46px;
	}

	.soh-page--location .soh-location-hero--triptych .soh-location-hero__frame--primary {
		width: 80%;
	}

	.soh-page--location .soh-location-hero--arch .soh-location-hero__frame--primary {
		border-radius: 48px 150px 18px 18px;
	}
}

@media (max-width: 360px) {
	.soh-page--location .soh-location-hero {
		padding: 36px 0 42px;
	}

	.soh-page--location .soh-location-hero__layout {
		gap: 24px;
	}
}

@media (min-width: 922px) {
	.soh-page-black-and-white-glam-photo-booth .soh-page-hero--glam > .soh-page-shell {
		max-width: 1180px;
	}

	.soh-page .soh-page-hero--packages > .soh-page-shell:not(.soh-page-split) {
		width: calc(100% - 64px);
		max-width: 1480px;
	}

	.soh-page-hero--packages {
		display: flex;
		align-items: center;
		min-height: min(820px, calc(100svh - 120px));
		padding: clamp(48px, 5vw, 88px) 0;
	}

	.soh-page-hero--packages .soh-page-split {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr);
		gap: clamp(28px, 3vw, 48px);
	}

	.soh-page-hero--packages .soh-page-split > .soh-page-media {
		aspect-ratio: 4 / 3;
	}

	.soh-page-hero--packages .soh-page-split > .soh-page-media .soh-page-image {
		object-fit: contain;
	}

	.soh-page-hero--packages .soh-page-hero__content--packages {
		padding: clamp(28px, 3vw, 40px);
	}

	.soh-page-hero--packages .soh-page-hero__content--packages h1 {
		font-size: clamp(2.75rem, 4vw, 3.75rem);
	}

	.soh-page-black-and-white-glam-photo-booth .soh-page-hero--glam {
		padding: clamp(50px, 5vw, 76px) 0;
	}

	.soh-page-black-and-white-glam-photo-booth .soh-page-hero--glam .soh-page-split {
		grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
		gap: clamp(36px, 4vw, 56px);
	}

	.soh-page-black-and-white-glam-photo-booth .soh-page-hero--glam h1 {
		font-size: clamp(2.4rem, 3.7vw, 3.45rem);
	}
}

@media (prefers-reduced-motion: reduce) {
	.soh-location-experiences__card,
	.soh-location-experiences__media img,
	.soh-location-gallery__item img,
	.soh-location-related__card,
	.soh-locations-card,
	.soh-locations-card__media img {
		transition: none !important;
		transform: none !important;
	}
}

@media print {
	.soh-location-hero,
	.soh-locations-hero,
	.soh-location-proof,
	.soh-location-testimonial,
	.soh-locations-service-note,
	.soh-location-planning__chapter {
		background: #ffffff !important;
		color: #000000 !important;
	}

	.soh-location-hero::before,
	.soh-location-hero::after,
	.soh-locations-hero::after,
	.soh-location-proof,
	.soh-location-hero__visual,
	.soh-locations-hero__visual {
		display: none !important;
	}

	.soh-location-hero__layout,
	.soh-locations-hero__layout,
	.soh-location-planning__grid {
		display: block !important;
	}

	.soh-location-experiences__grid,
	.soh-location-related__grid,
	.soh-locations-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.soh-location-gallery__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		grid-template-rows: auto !important;
	}

	.soh-location-gallery__item,
	.soh-location-gallery__item:first-child,
	.soh-location-gallery__item:nth-child(n + 6) {
		display: block !important;
		grid-column: auto !important;
		grid-row: auto !important;
		break-inside: avoid;
	}

	.soh-location-testimonial__inner,
	.soh-locations-service-note {
		border: 1px solid #777777 !important;
		box-shadow: none !important;
	}

	.soh-location-testimonial__inner::before {
		display: none !important;
	}
}
/* Staging Privacy Policy: readable long-form layout with a compact section index. */
.soh-page--privacy-policy .soh-page-hero--privacy {
	background:
		radial-gradient(circle at 82% 18%, rgba(88, 173, 255, 0.3), transparent 30%),
		linear-gradient(135deg, #071523 0%, #0d3d68 58%, #1e6bb8 100%);
	color: #fff;
}

.soh-page--privacy-policy .soh-page-hero--privacy::before {
	background: linear-gradient(115deg, rgba(255, 255, 255, 0.08), transparent 42%);
}

.soh-page--privacy-policy .soh-page-hero--privacy :where(h1, p),
.soh-page--privacy-policy .soh-page-hero--privacy .soh-page-eyebrow {
	color: #fff;
}

.soh-page--privacy-policy .soh-policy-updated {
	display: inline-flex;
	margin-top: 1.25rem;
	padding: 0.6rem 0.9rem;
	border: 1px solid rgba(255, 255, 255, 0.38);
	border-radius: 999px;
	background: rgba(3, 18, 31, 0.3);
	font-size: 0.9rem;
}

.soh-page--privacy-policy .soh-policy-section {
	background: #f5f8fc;
}

.soh-page--privacy-policy .soh-policy-layout {
	display: grid;
	grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
	gap: clamp(2rem, 5vw, 5rem);
	align-items: start;
}

.soh-page--privacy-policy .soh-policy-sidebar {
	position: sticky;
	top: 7rem;
}

.soh-page--privacy-policy .soh-policy-nav {
	padding: 1.35rem;
	border: 1px solid #d7e1ec;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 18px 44px rgba(15, 45, 72, 0.09);
}

.soh-page--privacy-policy .soh-policy-nav__title {
	margin: 0 0 0.8rem;
	color: #0b3154;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.soh-page--privacy-policy .soh-policy-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.soh-page--privacy-policy .soh-policy-nav li + li {
	border-top: 1px solid #edf1f5;
}

.soh-page--privacy-policy .soh-policy-nav a {
	display: block;
	padding: 0.72rem 0.25rem;
	color: #173b5c;
	font-size: 0.93rem;
	font-weight: 650;
	line-height: 1.35;
	text-decoration: none;
}

.soh-page--privacy-policy .soh-policy-nav a:hover {
	color: #1e6bb8;
}

.soh-page--privacy-policy .soh-policy-nav a:focus-visible,
.soh-page--privacy-policy .soh-policy-content a:focus-visible {
	outline: 3px solid #1e6bb8;
	outline-offset: 3px;
}

.soh-page--privacy-policy .soh-policy-content {
	max-width: 820px;
}

.soh-page--privacy-policy .soh-policy-content__section {
	scroll-margin-top: 7rem;
}

.soh-page--privacy-policy .soh-policy-content__section + .soh-policy-content__section {
	margin-top: clamp(2.4rem, 5vw, 4.5rem);
	padding-top: clamp(2.4rem, 5vw, 4.5rem);
	border-top: 1px solid #d7e1ec;
}

.soh-page--privacy-policy .soh-policy-content h2 {
	margin-bottom: 1rem;
	color: #0a2741;
	font-size: clamp(1.7rem, 3vw, 2.35rem);
	line-height: 1.15;
}

.soh-page--privacy-policy .soh-policy-content h3 {
	margin: 2rem 0 0.65rem;
	color: #123b5d;
	font-size: 1.24rem;
}

.soh-page--privacy-policy .soh-policy-content :where(p, li) {
	color: #2f4354;
	font-size: 1rem;
	line-height: 1.78;
}

.soh-page--privacy-policy .soh-policy-content ul {
	margin: 1rem 0 1.35rem;
	padding-left: 1.35rem;
}

.soh-page--privacy-policy .soh-policy-content li + li {
	margin-top: 0.55rem;
}

.soh-page--privacy-policy .soh-policy-content code {
	padding: 0.15rem 0.4rem;
	border-radius: 5px;
	background: #e7eff7;
	color: #0b3154;
	font-size: 0.9em;
}

.soh-page--privacy-policy .soh-policy-contact-card {
	margin: 1.35rem 0;
	padding: 1.35rem 1.5rem;
	border-left: 5px solid #1e6bb8;
	border-radius: 0 14px 14px 0;
	background: #fff;
	box-shadow: 0 14px 34px rgba(15, 45, 72, 0.08);
}

.soh-page--privacy-policy .soh-policy-contact-card p {
	margin: 0;
}

.soh-page--privacy-policy .soh-policy-contact-card p + p {
	margin-top: 0.55rem;
}

@media (max-width: 860px) {
	.soh-page--privacy-policy .soh-policy-layout {
		grid-template-columns: 1fr;
		gap: 2.25rem;
	}

	.soh-page--privacy-policy .soh-policy-sidebar {
		position: static;
	}

	.soh-page--privacy-policy .soh-policy-nav ul {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0 1rem;
	}

	.soh-page--privacy-policy .soh-policy-nav li + li {
		border-top: 0;
	}

	.soh-page--privacy-policy .soh-policy-nav li {
		border-top: 1px solid #edf1f5;
	}
}

@media (max-width: 520px) {
	.soh-page--privacy-policy .soh-policy-updated {
		display: inline-block;
		width: auto;
		max-width: 100%;
		border-radius: 12px;
		line-height: 1.45;
	}

	.soh-page--privacy-policy .soh-policy-nav ul {
		grid-template-columns: 1fr;
	}

	.soh-page--privacy-policy .soh-policy-content :where(p, li) {
		font-size: 0.98rem;
		line-height: 1.7;
	}
}

@media print {
	.soh-page--privacy-policy .soh-page-breadcrumbs,
	.soh-page--privacy-policy .soh-policy-sidebar {
		display: none;
	}

	.soh-page--privacy-policy .soh-policy-layout {
		display: block;
	}

	.soh-page--privacy-policy .soh-policy-section,
	.soh-page--privacy-policy .soh-policy-contact-card {
		background: #fff;
		box-shadow: none;
	}
}
