/*
 * Snaps of Harmony: monochrome and blue photo booth homepage
 * Every rule is scoped to the code-owned staging homepage.
 */

body.soh-homepage {
	--soh-brand-blue: #1e6bb8;
	--soh-brand-blue-hover: #15518f;
	--soh-brand-blue-dark: #0f3f73;
	--soh-brand-blue-deep: #0a2d52;
	--soh-brand-blue-light: #75b7ee;
	--soh-brand-blue-soft: #dcebfa;
	--soh-brand-blue-pale: #eaf3fc;
	--soh-black: #0a0d12;
	--soh-charcoal: #171d26;
	--soh-ink: #111827;
	--soh-gray-700: #4b5563;
	--soh-gray-500: #6b7280;
	--soh-gray-300: #d1d5db;
	--soh-gray-200: #e5e7eb;
	--soh-gray-100: #f3f4f6;
	--soh-near-white: #fafbfc;
	--soh-pure-white: #ffffff;
	--soh-party-pink: var(--soh-brand-blue);
	--soh-party-pink-hover: var(--soh-brand-blue-hover);
	--soh-electric-purple: var(--soh-charcoal);
	--soh-electric-purple-hover: var(--soh-black);
	--soh-confetti-coral: var(--soh-gray-300);
	--soh-flash-yellow: var(--soh-brand-blue-soft);
	--soh-camera-aqua: var(--soh-brand-blue-light);
	--soh-midnight-navy: var(--soh-black);
	--soh-clean-white: var(--soh-near-white);
	--soh-white: var(--soh-pure-white);
	--soh-text: var(--soh-ink);
	--soh-text-muted: var(--soh-gray-700);
	--soh-text-on-dark: var(--soh-pure-white);
	--soh-surface-page: var(--soh-near-white);
	--soh-surface-card: var(--soh-pure-white);
	--soh-surface-header: rgba(255, 255, 255, 0.96);
	--soh-surface-glass: rgba(255, 255, 255, 0.14);
	--soh-surface-glass-hover: rgba(255, 255, 255, 0.22);
	--soh-border: rgba(10, 13, 18, 0.14);
	--soh-border-soft: rgba(10, 13, 18, 0.08);
	--soh-border-strong: rgba(10, 13, 18, 0.22);
	--soh-border-on-dark: rgba(255, 255, 255, 0.24);
	--soh-border-on-dark-soft: rgba(255, 255, 255, 0.16);
	--soh-shadow: 0 24px 64px rgba(10, 13, 18, 0.18);
	--soh-shadow-soft: 0 16px 42px rgba(10, 13, 18, 0.1);
	--soh-shadow-header: 0 8px 28px rgba(10, 13, 18, 0.08);
	--soh-shadow-image: 0 28px 32px rgba(10, 13, 18, 0.28);
	--soh-button-shadow: 0 4px 0 rgba(10, 13, 18, 0.16), 0 10px 20px rgba(10, 13, 18, 0.12);
	--soh-button-shadow-hover: 0 6px 0 rgba(10, 13, 18, 0.14), 0 14px 24px rgba(10, 13, 18, 0.14);
	--soh-button-shadow-active: 0 1px 0 rgba(10, 13, 18, 0.18), 0 5px 10px rgba(10, 13, 18, 0.12);
	--soh-video-surface: var(--soh-black);
	--soh-video-overlay: rgba(10, 13, 18, 0.32);
	--soh-video-controls: rgba(10, 13, 18, 0.94);
	--soh-video-control-hover: rgba(255, 255, 255, 0.16);
	--soh-video-track: rgba(255, 255, 255, 0.46);
	--soh-video-dock: linear-gradient(to top, rgba(10, 13, 18, 0.94), rgba(10, 13, 18, 0.58) 66%, transparent);
	--soh-gallery-overlay: linear-gradient(transparent, rgba(10, 13, 18, 0.84));
	--soh-hero-decoration: radial-gradient(circle at 84% 18%, rgba(255, 255, 255, 0.2), transparent 22%), radial-gradient(circle at 66% 82%, rgba(117, 183, 238, 0.2), transparent 24%);
	--soh-hero-ring: rgba(255, 255, 255, 0.3);
	--soh-hero-glow: radial-gradient(circle, rgba(255, 255, 255, 0.28) 0%, rgba(117, 183, 238, 0.14) 46%, transparent 68%);
	--soh-showreel-background: radial-gradient(circle at 8% 14%, rgba(117, 183, 238, 0.18), transparent 28%), radial-gradient(circle at 92% 82%, rgba(255, 255, 255, 0.08), transparent 24%), var(--soh-brand-blue-deep);
	--soh-focus-bright: var(--soh-brand-blue);
	--soh-focus-dark: var(--soh-pure-white);
	--soh-focus-pink: var(--soh-pure-white);
	--soh-radius-sm: 14px;
	--soh-radius-md: 24px;
	--soh-radius-lg: 32px;
	--soh-display: "Bricolage Grotesque", "Arial Narrow", Arial, sans-serif;
	--soh-body: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	background: var(--soh-surface-page);
	color: var(--soh-text);
	font-family: var(--soh-body);
	overflow-x: clip;
}

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

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

.soh-homepage .site-footer {
	display: none;
}

/* Astra shell, retained for familiar navigation and mobile behaviour. */
.soh-homepage #masthead {
	position: sticky !important;
	top: 0;
	z-index: 100;
	font-family: var(--soh-body);
	box-shadow: var(--soh-shadow-header);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
}

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

.soh-homepage .ast-primary-header-bar,
.soh-homepage.ast-theme-transparent-header .ast-primary-header-bar {
	background: var(--soh-surface-header) !important;
	border: 0;
	border-bottom: 1px solid var(--soh-border-soft);
}

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

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

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

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

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

.soh-homepage .main-header-menu .sub-menu {
	border-color: var(--soh-gray-200) !important;
	background: var(--soh-pure-white) !important;
}

.soh-homepage .ast-custom-button {
	border-color: var(--soh-brand-blue) !important;
	background: var(--soh-brand-blue) !important;
	color: var(--soh-pure-white) !important;
}

.soh-homepage a:hover .ast-custom-button,
.soh-homepage a:active .ast-custom-button,
.soh-homepage a:focus-visible .ast-custom-button {
	border-color: var(--soh-brand-blue-hover) !important;
	background: var(--soh-brand-blue-hover) !important;
}

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

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

.soh-homepage .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-party-pink);
	border-radius: 10px;
	background: var(--soh-party-pink);
	color: var(--soh-white) !important;
	font-size: 14px;
	font-weight: 800;
	box-shadow: 0 3px 0 rgba(10, 13, 18, 0.14), 0 8px 16px rgba(10, 13, 18, 0.1);
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

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

.soh-homepage .main-header-menu > .menu-item:last-child > .menu-link,
.soh-homepage .main-header-menu > .menu-item:last-child > .menu-link:visited {
	color: var(--soh-white) !important;
}

.soh-homepage .main-header-menu > .menu-item:last-child > .menu-link:hover,
.soh-homepage .main-header-menu > .menu-item:last-child > .menu-link:active,
.soh-homepage .main-header-menu > .current-menu-item:last-child > .menu-link,
.soh-homepage .main-header-menu > .current_page_item:last-child > .menu-link {
	border-color: var(--soh-party-pink-hover);
	background: var(--soh-party-pink-hover);
}

.soh-homepage .main-header-menu > .menu-item:last-child > .menu-link:active {
	box-shadow: 0 1px 0 rgba(10, 13, 18, 0.16), 0 4px 9px rgba(10, 13, 18, 0.1);
	transform: translateY(1px);
}

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

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

.soh-homepage #masthead a:focus-visible,
.soh-homepage #masthead button:focus-visible,
.soh-custom-footer a:focus-visible {
	outline: 3px solid var(--soh-focus-bright);
	outline-offset: 4px;
}

.soh-home,
.soh-home *,
.soh-home *::before,
.soh-home *::after,
.soh-custom-footer,
.soh-custom-footer *,
.soh-custom-footer *::before,
.soh-custom-footer *::after {
	box-sizing: border-box;
}

.soh-home {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	background: var(--soh-surface-page);
	color: var(--soh-text);
	font-family: var(--soh-body);
	font-size: 17px;
	line-height: 1.65;
}

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

.soh-home h1,
.soh-home h2,
.soh-home h3,
.soh-home h4,
.soh-home p,
.soh-home figure,
.soh-home blockquote,
.soh-home ul,
.soh-home ol {
	margin-bottom: 0;
}

.soh-home h1,
.soh-home h2,
.soh-home h3,
.soh-home h4 {
	color: inherit;
	text-wrap: balance;
}

.soh-home h1,
.soh-home h2 {
	font-family: var(--soh-display);
	font-optical-sizing: auto;
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1.04;
}

.soh-home h3,
.soh-home h4 {
	font-family: var(--soh-display);
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.25;
}

.soh-home p {
	text-wrap: pretty;
}

.soh-home a {
	color: inherit;
	text-underline-offset: 0.2em;
}

.soh-home img,
.soh-custom-footer img {
	display: block;
	max-width: 100%;
}

.soh-home button,
.soh-home input {
	font: inherit;
}

.soh-home a:focus-visible,
.soh-home button:focus-visible,
.soh-home input:focus-visible,
.soh-home summary:focus-visible {
	outline: 3px solid var(--soh-focus-bright);
	outline-offset: 4px;
}

.soh-home ::selection,
.soh-custom-footer ::selection {
	background: var(--soh-flash-yellow);
	color: var(--soh-ink);
}

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

.soh-section {
	padding-block: 96px;
}

.soh-cover-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.soh-eyebrow {
	color: var(--soh-party-pink-hover);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.13em;
	line-height: 1.35;
	text-transform: uppercase;
}

.soh-section-heading {
	margin-bottom: 48px;
}

.soh-section-heading h2,
.soh-included__content > h2,
.soh-local__content > h2,
.soh-faq__intro > h2 {
	max-width: 780px;
	margin-top: 12px;
	font-size: clamp(46px, 4.3vw, 54px);
}

.soh-section-heading--split {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.68fr);
	gap: 64px;
	align-items: end;
}

.soh-section-heading--split > p:last-child {
	max-width: 500px;
	color: var(--soh-text-muted);
}

.soh-section-heading--centered {
	max-width: 780px;
	margin-inline: auto;
	text-align: center;
}

.soh-section-intro {
	max-width: 680px;
	color: var(--soh-text-muted);
	font-size: 18px;
}

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

.soh-actions--centered {
	justify-content: center;
}

.soh-button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 12px 22px;
	border: 2px solid transparent;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	box-shadow: var(--soh-button-shadow);
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.soh-button--primary {
	border-color: var(--soh-party-pink);
	background: var(--soh-party-pink);
	color: var(--soh-pure-white) !important;
}

.soh-button--primary:hover,
.soh-button--primary:active {
	border-color: var(--soh-party-pink-hover);
	background: var(--soh-party-pink-hover);
	color: var(--soh-pure-white) !important;
}

.soh-button--ghost,
.soh-button--dark {
	border-color: var(--soh-electric-purple);
	background: var(--soh-electric-purple);
	color: var(--soh-pure-white) !important;
}

.soh-button--ghost:hover,
.soh-button--ghost:active,
.soh-button--dark:hover,
.soh-button--dark:active {
	border-color: var(--soh-electric-purple-hover);
	background: var(--soh-electric-purple-hover);
	color: var(--soh-pure-white) !important;
}

.soh-button--light {
	background: var(--soh-white);
	color: var(--soh-ink) !important;
}

.soh-button--light:hover,
.soh-button--light:active {
	background: var(--soh-flash-yellow);
}

.soh-button--outline-light {
	min-height: 48px;
	padding-inline: 12px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: var(--soh-white) !important;
	text-decoration: underline !important;
	text-decoration-thickness: 1px !important;
}

.soh-button:focus-visible {
	outline: 3px solid var(--soh-midnight-navy);
	outline-offset: 3px;
}

.soh-text-link {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	gap: 8px;
	color: var(--soh-party-pink-hover) !important;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
	text-decoration: none !important;
}

.soh-text-link span {
	transition: transform 180ms ease;
}

.soh-button:not(.soh-button--outline-light):not([aria-disabled="true"]):not(:disabled):active {
	box-shadow: var(--soh-button-shadow-active);
	transform: translateY(1px);
}

.soh-button[aria-disabled="true"],
.soh-button:disabled {
	opacity: 0.48;
	box-shadow: none;
	transform: none !important;
	cursor: not-allowed;
	pointer-events: none;
}

/* Hero */
.soh-hero {
	position: relative;
	isolation: isolate;
	overflow: clip;
	background: var(--soh-clean-white);
	color: var(--soh-midnight-navy);
}

.soh-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	min-height: 640px;
	grid-template-columns: minmax(0, 1fr);
	align-items: stretch;
}

.soh-hero__copy {
	position: relative;
	z-index: 2;
	display: flex;
	isolation: isolate;
	width: min(100%, 780px);
	align-self: stretch;
	flex-direction: column;
	justify-content: center;
	max-width: 780px;
	padding-block: 76px 84px;
}

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

.soh-hero__slideshow {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	background: var(--soh-brand-blue-soft);
}

.soh-hero__slide {
	position: absolute;
	inset: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	max-width: none !important;
	opacity: 0;
	object-fit: cover;
	object-position: center;
	transform: scale(1.015);
	transition: opacity 900ms ease-in-out, transform 6000ms ease-out;
}

.soh-hero__slide.is-active {
	opacity: 1;
	transform: scale(1.055);
}

.soh-hero .soh-eyebrow,
.soh-hero h1,
.soh-hero__phone,
.soh-hero__phone span {
	-webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.94);
	paint-order: stroke fill;
	text-shadow:
		0 0 8px rgba(255, 255, 255, 0.7),
		0 3px 6px rgba(10, 13, 18, 0.42);
}

.soh-hero .soh-eyebrow {
	color: var(--soh-party-pink-hover);
}

.soh-hero h1 {
	max-width: 620px;
	margin-top: 16px;
	color: var(--soh-midnight-navy);
	font-family: var(--soh-body);
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.4;
}

.soh-hero__brand {
	max-width: 780px;
	margin-top: 12px;
	color: var(--soh-party-pink) !important;
	font-family: var(--soh-display) !important;
	font-size: clamp(64px, 6.4vw, 96px) !important;
	font-weight: 700 !important;
	letter-spacing: -0.055em !important;
	line-height: 0.92 !important;
	-webkit-text-stroke: 2.5px rgba(255, 255, 255, 0.94);
	paint-order: stroke fill;
	text-shadow:
		0 0 12px rgba(255, 255, 255, 0.72),
		0 6px 16px rgba(10, 13, 18, 0.52);
}

.soh-hero .soh-actions {
	margin-top: 32px;
}

.soh-hero__phone {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	gap: 8px;
	margin-top: 16px;
	color: var(--soh-midnight-navy) !important;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none !important;
}

.soh-hero__phone span {
	color: var(--soh-midnight-navy);
	font-weight: 500;
}

.soh-hero .soh-button--primary,
.soh-hero .soh-button--ghost,
.soh-final-cta .soh-button--primary {
	--soh-button-shadow: 0 4px 0 rgba(10, 13, 18, 0.24), 0 12px 24px rgba(10, 13, 18, 0.18);
	--soh-button-shadow-hover: 0 6px 0 rgba(10, 13, 18, 0.2), 0 16px 28px rgba(10, 13, 18, 0.2);
	--soh-button-shadow-active: 0 1px 0 rgba(10, 13, 18, 0.24), 0 5px 10px rgba(10, 13, 18, 0.16);
}

.soh-final-cta .soh-button--primary {
	border-color: var(--soh-pure-white);
	background: var(--soh-pure-white);
	color: var(--soh-brand-blue-dark) !important;
	box-shadow: none;
}

.soh-final-cta .soh-button--primary:hover,
.soh-final-cta .soh-button--primary:active {
	border-color: var(--soh-brand-blue-soft);
	background: var(--soh-brand-blue-soft);
	color: var(--soh-brand-blue-deep) !important;
}

.soh-hero a:focus-visible,
.soh-hero button:focus-visible {
	outline-color: var(--soh-midnight-navy);
}

.soh-home-intro {
	position: relative;
	z-index: 2;
	padding-block: 26px;
	border-bottom: 1px solid var(--soh-border);
	background: var(--soh-clean-white);
	color: var(--soh-midnight-navy);
}

.soh-home-intro__lede {
	max-width: 1120px;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.65;
	text-align: center;
	text-wrap: pretty;
}

/* Four promises */
.soh-proof {
	position: relative;
	z-index: 2;
	padding-block: 24px;
	--soh-border: var(--soh-border-on-dark);
	background: var(--soh-midnight-navy);
	border-bottom: 1px solid var(--soh-border-on-dark);
	color: var(--soh-white);
}

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

.soh-proof__list li {
	display: flex;
	min-height: 58px;
	flex-direction: column;
	justify-content: center;
	padding-inline: 28px;
	border-left: 1px solid var(--soh-border);
}

.soh-proof__list li:first-child {
	padding-left: 0;
	border-left: 0;
}

.soh-proof__list strong {
	color: var(--soh-white);
	font-family: var(--soh-display);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.15;
}

.soh-proof__list span {
	margin-top: 4px;
	color: var(--soh-white);
	font-size: 13px;
	font-weight: 600;
}

/* Experiences */
.soh-services {
	background: var(--soh-gray-100);
}

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

.soh-service-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--soh-border);
	border-radius: var(--soh-radius-md);
	background: var(--soh-surface-card);
}

.soh-service-card--360 {
	box-shadow: var(--soh-shadow-soft);
	transform: translateY(-12px);
}

.soh-service-card__image {
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: var(--soh-clean-white);
}

.soh-service-card--open-air .soh-service-card__image {
	background: var(--soh-clean-white);
}

.soh-service-card--open-air .soh-cover-image {
	object-fit: cover;
}

.soh-service-card--360 .soh-cover-image {
	object-position: center 43%;
}

.soh-service-card--mono .soh-cover-image {
	filter: grayscale(1) contrast(1.08);
}

.soh-service-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 28px;
	border-top: 5px solid var(--soh-party-pink);
	background: var(--soh-pure-white);
}

.soh-service-card:nth-child(2) .soh-service-card__body {
	border-top-color: var(--soh-confetti-coral);
	background: var(--soh-pure-white);
}

.soh-service-card:nth-child(3) .soh-service-card__body {
	border-top-color: var(--soh-camera-aqua);
	background: var(--soh-pure-white);
}

.soh-card-kicker {
	color: var(--soh-text-muted);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.09em;
	line-height: 1.35;
	text-transform: uppercase;
}

.soh-service-card h3 {
	margin-top: 12px;
	font-family: var(--soh-display);
	font-size: 27px;
	font-weight: 700;
}

.soh-service-card h3 a {
	text-decoration: none;
}

.soh-service-card__body > p:not(.soh-card-kicker) {
	margin-top: 12px;
	color: var(--soh-text-muted);
	font-size: 15px;
}

.soh-service-card .soh-text-link {
	align-self: flex-start;
	margin-top: 18px;
}

/* Original film and a compact gallery, together. */
.soh-showreel {
	position: relative;
	overflow: hidden;
	background: var(--soh-showreel-background);
	color: var(--soh-white);
}

.soh-showreel .soh-eyebrow {
	color: var(--soh-white);
}

.soh-showreel .soh-section-intro,
.soh-action-gallery__heading > p {
	color: var(--soh-white);
}

.soh-showreel__grid {
	display: grid;
	grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
	gap: 64px;
	align-items: center;
}

.soh-showreel__content h2 {
	max-width: 510px;
	margin-top: 12px;
	font-size: clamp(46px, 4.3vw, 54px);
}

.soh-showreel__content .soh-section-intro {
	margin-top: 24px;
}

.soh-showreel__link {
	margin-top: 20px;
	color: var(--soh-flash-yellow) !important;
}

.soh-showreel__media {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	border: 1px solid var(--soh-border-on-dark-soft);
	border-radius: var(--soh-radius-md);
	background: var(--soh-video-surface);
	box-shadow: var(--soh-shadow);
}

.soh-showreel__media iframe,
.soh-showreel__poster,
.soh-showreel__poster img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.soh-showreel__media iframe {
	border: 0;
	pointer-events: none;
}

.soh-showreel__poster {
	display: block;
	z-index: 1;
	overflow: hidden;
	background: var(--soh-video-surface);
}

.soh-showreel__poster::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent, var(--soh-video-overlay));
	content: "";
}

.soh-showreel__poster::before {
	position: absolute;
	inset: 0;
	z-index: 3;
	box-shadow: inset 0 0 0 3px var(--soh-white), inset 0 0 0 6px var(--soh-flash-yellow);
	content: "";
	opacity: 0;
	pointer-events: none;
}

.soh-showreel__poster:focus-visible {
	outline: 0;
}

.soh-showreel__poster:focus-visible::before {
	opacity: 1;
}

.soh-showreel__poster img {
	object-fit: cover;
}

.soh-showreel__poster.is-leaving {
	opacity: 0;
	pointer-events: none;
	transition: opacity 220ms ease;
}

.soh-showreel__play {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: grid;
	width: 76px;
	height: 76px;
	place-items: center;
	border: 2px solid var(--soh-white);
	border-radius: 50%;
	background: var(--soh-party-pink);
	color: var(--soh-white);
	transform: translate(-50%, -50%);
	transition: background-color 180ms ease, transform 180ms ease;
}

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

.soh-video-controls {
	--soh-controls-y: 8px;
	position: absolute;
	bottom: 12px;
	left: 50%;
	z-index: 4;
	display: flex;
	width: min(calc(100% - 24px), 430px);
	min-height: 58px;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 7px 8px;
	border: 1px solid var(--soh-border-on-dark);
	border-radius: 999px;
	background: var(--soh-video-controls);
	box-shadow: var(--soh-shadow-soft);
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, var(--soh-controls-y));
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	transition: opacity 180ms ease, transform 180ms ease;
}

.soh-video-controls[hidden] {
	display: none;
}

.soh-showreel__media[data-controls-visible="true"] .soh-video-controls,
.soh-showreel__media[data-video-state="paused"] .soh-video-controls,
.soh-showreel__media[data-video-state="ended"] .soh-video-controls,
.soh-showreel__media:focus-within .soh-video-controls {
	--soh-controls-y: 0px;
	opacity: 1;
	pointer-events: auto;
}

@media (hover: hover) and (pointer: fine) {
	.soh-showreel__media:hover .soh-video-controls {
		--soh-controls-y: 0px;
		opacity: 1;
		pointer-events: auto;
	}
}

.soh-video-control {
	display: inline-grid;
	width: 44px;
	height: 44px;
	min-width: 44px;
	place-items: center;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: var(--soh-white);
	cursor: pointer;
}

.soh-video-control:hover {
	background: var(--soh-video-control-hover);
}

.soh-video-control:focus-visible,
.soh-video-volume:focus-visible {
	outline-color: var(--soh-focus-dark);
	outline-offset: 1px;
}

.soh-video-icon,
.soh-video-icon svg {
	display: block;
	width: 22px;
	height: 22px;
}

.soh-video-control[data-state="playing"] .soh-video-icon--play,
.soh-video-control[data-state="paused"] .soh-video-icon--pause,
.soh-video-control[data-state="muted"] .soh-video-icon--volume,
.soh-video-control[data-state="audible"] .soh-video-icon--muted,
.soh-video-control[data-state="windowed"] .soh-video-icon--compress,
.soh-video-control[data-state="fullscreen"] .soh-video-icon--expand {
	display: none;
}

.soh-video-controls .soh-video-volume {
	width: 120px;
	height: 44px;
	min-width: 76px;
	max-width: 120px;
	flex: 1 1 120px;
	margin: 0 2px;
	padding: 0;
	border: 0;
	background: transparent;
	accent-color: var(--soh-flash-yellow);
	cursor: pointer;
}

.soh-video-volume::-webkit-slider-runnable-track {
	height: 5px;
	border-radius: 999px;
	background: var(--soh-video-track);
}

.soh-video-volume::-webkit-slider-thumb {
	width: 16px;
	height: 16px;
	margin-top: -5.5px;
	border: 0;
	border-radius: 50%;
	background: var(--soh-flash-yellow);
	-webkit-appearance: none;
}

.soh-video-volume::-moz-range-track {
	height: 5px;
	border-radius: 999px;
	background: var(--soh-video-track);
}

.soh-video-volume::-moz-range-thumb {
	width: 16px;
	height: 16px;
	border: 0;
	border-radius: 50%;
	background: var(--soh-flash-yellow);
}

.soh-showreel__media:fullscreen,
.soh-showreel__media:-webkit-full-screen {
	border-radius: 0;
	background: #000;
}

.soh-showreel__media:fullscreen iframe,
.soh-showreel__media:-webkit-full-screen iframe {
	object-fit: contain;
}

.soh-showreel__media:fullscreen .soh-video-controls,
.soh-showreel__media:-webkit-full-screen .soh-video-controls {
	bottom: max(20px, env(safe-area-inset-bottom));
}

.soh-showreel__gallery {
	margin-top: 64px;
	padding-top: 48px;
	border-top: 1px solid var(--soh-border-on-dark);
}

.soh-action-gallery__heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.58fr);
	gap: 48px;
	align-items: end;
	margin-bottom: 32px;
}

.soh-action-gallery__heading h3 {
	max-width: 740px;
	margin-top: 10px;
	font-family: var(--soh-display);
	font-size: 36px;
	font-weight: 700;
}

.soh-action-gallery {
	display: grid;
	height: 390px;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	grid-template-rows: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.soh-action-gallery__item {
	position: relative;
	overflow: hidden;
	min-width: 0;
	border-radius: var(--soh-radius-sm);
	background: var(--soh-surface-glass);
}

.soh-action-gallery__item--1 {
	grid-column: 1 / 6;
	grid-row: 1 / 3;
}

.soh-action-gallery__item--2 {
	grid-column: 6 / 10;
	grid-row: 1;
}

.soh-action-gallery__item--3 {
	grid-column: 10 / 13;
	grid-row: 1;
}

.soh-action-gallery__item--4 {
	grid-column: 6 / 13;
	grid-row: 2;
}

.soh-action-gallery__item::after {
	position: absolute;
	inset: 35% 0 0;
	background: var(--soh-gallery-overlay);
	content: "";
	pointer-events: none;
}

.soh-action-gallery__item figcaption {
	position: absolute;
	right: 14px;
	bottom: 12px;
	left: 14px;
	z-index: 1;
	color: var(--soh-white);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
}

/* What's included and where it fits. */
.soh-included {
	background: var(--soh-brand-blue-pale);
}

.soh-included .soh-eyebrow {
	color: var(--soh-brand-blue-dark);
}

.soh-included__grid {
	display: grid;
	grid-template-columns: minmax(330px, 0.78fr) minmax(0, 1.22fr);
	gap: 72px;
	align-items: center;
}

.soh-included__visual {
	min-width: 0;
}

.soh-included__frame {
	position: relative;
	overflow: hidden;
	aspect-ratio: 4 / 5;
	border-radius: var(--soh-radius-lg);
	background: var(--soh-pure-white);
	box-shadow: var(--soh-shadow-soft);
}

.soh-included__frame::before {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 68px;
	height: 68px;
	border: 12px solid var(--soh-camera-aqua);
	border-radius: 50%;
	content: "";
}

.soh-included__image {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center bottom;
	padding: 12px 12px 0;
}

.soh-included__note {
	margin: -24px 18px 0;
	position: relative;
	z-index: 2;
	padding: 20px 22px;
	border-radius: var(--soh-radius-sm);
	background: var(--soh-surface-card);
	box-shadow: var(--soh-shadow-soft);
	color: var(--soh-text-muted);
	font-size: 14px;
}

.soh-included__note strong {
	color: var(--soh-text);
}

.soh-included__content > h2 {
	margin-top: 12px;
}

.soh-included__content > .soh-section-intro {
	margin-top: 24px;
	color: var(--soh-ink);
}

.soh-benefit-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 40px;
	border-top: 1px solid var(--soh-border-strong);
}

.soh-benefit {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	grid-template-rows: auto auto;
	column-gap: 14px;
	padding: 22px 22px 22px 0;
	border-bottom: 1px solid var(--soh-border-strong);
}

.soh-benefit:nth-child(odd) {
	padding-right: 28px;
}

.soh-benefit:nth-child(even) {
	padding-left: 28px;
	border-left: 1px solid var(--soh-border-strong);
}

.soh-benefit > span {
	display: grid;
	width: 38px;
	height: 38px;
	grid-row: 1 / 3;
	place-items: center;
	border-radius: 50%;
	background: var(--soh-camera-aqua);
	color: var(--soh-midnight-navy);
	font-size: 12px;
	font-weight: 800;
}

.soh-benefit h3 {
	font-size: 17px;
}

.soh-benefit p {
	margin-top: 6px;
	color: var(--soh-ink);
	font-size: 14px;
}

.soh-included__occasions {
	margin-top: 72px;
	padding-top: 48px;
	border-top: 1px solid var(--soh-border-strong);
}

.soh-occasion-chips__heading {
	display: grid;
	grid-template-columns: 0.45fr 1fr;
	gap: 48px;
	align-items: end;
	margin-bottom: 28px;
}

.soh-occasion-chips__heading h3 {
	font-family: var(--soh-display);
	font-size: 36px;
	font-weight: 700;
}

.soh-occasion-chips {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	overflow: hidden;
	border: 1px solid var(--soh-border-strong);
	border-radius: var(--soh-radius-md);
	background: var(--soh-pure-white);
}

.soh-occasion-chip {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 14px;
	padding: 26px;
	border-left: 1px solid var(--soh-border-strong);
}

.soh-occasion-chip:first-child {
	border-left: 0;
}

.soh-occasion-number {
	display: grid;
	width: 32px;
	height: 32px;
	place-items: center;
	border-radius: 50%;
	background: var(--soh-confetti-coral);
	color: var(--soh-midnight-navy);
	font-size: 12px;
	font-weight: 800;
}

.soh-occasion-chip h4 {
	font-size: 18px;
}

.soh-occasion-chip p {
	margin-top: 8px;
	color: var(--soh-text-muted);
	font-size: 14px;
}

/* Editorial four-step timeline. */
.soh-process {
	background: var(--soh-pure-white);
}

.soh-process .soh-eyebrow {
	color: var(--soh-brand-blue-dark);
}

.soh-process-list {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 32px;
	margin: 0;
	padding: 8px 0 0;
	list-style: none;
}

.soh-process-list::before {
	position: absolute;
	top: 31px;
	right: 11%;
	left: 11%;
	height: 1px;
	background: var(--soh-gray-300);
	content: "";
}

.soh-process-list li {
	position: relative;
	z-index: 1;
	text-align: center;
}

.soh-process-list li > span {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	margin-inline: auto;
	border: 7px solid var(--soh-pure-white);
	border-radius: 50%;
	background: var(--soh-brand-blue);
	box-sizing: content-box;
	color: var(--soh-pure-white);
	font-size: 14px;
	font-weight: 800;
}

.soh-process-list h3 {
	margin-top: 18px;
	font-family: var(--soh-display);
	font-size: 23px;
	font-weight: 700;
}

.soh-process-list p {
	margin-top: 10px;
	color: var(--soh-text-muted);
	font-size: 14px;
}

.soh-process__action {
	margin-top: 48px;
	text-align: center;
}

/* Compact proof: one feature quote, one supporting quote. */
.soh-reviews {
	background: var(--soh-party-pink);
	color: var(--soh-white);
}

.soh-reviews .soh-eyebrow,
.soh-reviews .soh-section-heading--split > p:last-child {
	color: var(--soh-white);
}

.soh-reviews .soh-text-link {
	color: var(--soh-white) !important;
}

.soh-review-heading-meta {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 24px;
}

.soh-review-avatars {
	display: flex;
	padding-left: 18px;
}

.soh-review-avatars img {
	width: 52px;
	height: 52px;
	margin-left: -18px;
	border: 4px solid var(--soh-party-pink);
	border-radius: 50%;
	object-fit: cover;
}

.soh-reviews__trust {
	display: grid;
	gap: 8px;
}

.soh-award {
	display: grid;
	min-height: 58px;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	color: var(--soh-white) !important;
	text-decoration: none !important;
}

.soh-award img {
	width: 48px;
	height: 48px;
	object-fit: contain;
}

.soh-award span {
	display: grid;
	gap: 2px;
}

.soh-award small {
	color: var(--soh-white);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.soh-award strong {
	font-size: 12px;
	line-height: 1.35;
}

.soh-review-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
	gap: 24px;
}

.soh-review-card {
	display: flex;
	min-height: 330px;
	flex-direction: column;
	justify-content: space-between;
	padding: 40px;
	border-radius: var(--soh-radius-lg);
	background: var(--soh-white);
	box-shadow: var(--soh-shadow-soft);
	color: var(--soh-ink);
}

.soh-review-card--accent {
	min-height: 0;
	background: var(--soh-brand-blue-soft);
	box-shadow: none;
	color: var(--soh-ink);
}

.soh-stars {
	color: var(--soh-party-pink);
	font-size: 18px;
	letter-spacing: 0.12em;
}

.soh-review-card--accent .soh-stars {
	color: var(--soh-ink);
}

.soh-review-card blockquote {
	margin-top: 24px;
	padding: 0;
	border: 0;
	color: inherit;
	font-family: var(--soh-display);
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.45;
}

.soh-review-card--accent blockquote {
	font-size: 20px;
}

.soh-review-card figcaption {
	display: grid;
	gap: 2px;
	margin-top: 28px;
	font-size: 14px;
}

.soh-review-card figcaption span {
	color: var(--soh-text-muted);
}

.soh-review-card--accent figcaption span {
	color: var(--soh-text-muted);
}

/* Local team and service area. */
.soh-local {
	background: var(--soh-pure-white);
}

.soh-local .soh-eyebrow {
	color: var(--soh-party-pink-hover);
}

.soh-local__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
	gap: 64px;
	align-items: center;
}

.soh-local__image {
	overflow: hidden;
	aspect-ratio: 1.34 / 1;
	border-radius: var(--soh-radius-lg);
	background: var(--soh-brand-blue-pale);
	box-shadow: var(--soh-shadow-soft);
}

.soh-local__content > h2 {
	margin-top: 12px;
}

.soh-local__content > p {
	margin-top: 18px;
	color: var(--soh-text-muted);
}

.soh-local__links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 24px;
}

.soh-local__links a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	padding: 9px 14px;
	border: 1px solid var(--soh-party-pink-hover);
	border-radius: 999px;
	color: var(--soh-party-pink-hover) !important;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none !important;
}

.soh-team-roster {
	margin-top: 64px;
	padding-top: 48px;
	border-top: 1px solid var(--soh-border);
}

.soh-team-roster__heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 28px;
}

.soh-team-roster__heading h2 {
	margin-top: 8px;
	font-size: 36px;
}

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

.soh-team-card {
	display: grid;
	min-height: 120px;
	grid-template-columns: 104px minmax(0, 1fr);
	gap: 20px;
	align-items: center;
	overflow: hidden;
	border: 1px solid var(--soh-border);
	border-radius: var(--soh-radius-sm);
	background: var(--soh-white);
}

.soh-team-card:nth-child(4n + 1) {
	box-shadow: inset 0 4px 0 var(--soh-brand-blue);
}

.soh-team-card:nth-child(4n + 2) {
	box-shadow: inset 0 4px 0 var(--soh-brand-blue-light);
}

.soh-team-card:nth-child(4n + 3) {
	box-shadow: inset 0 4px 0 var(--soh-gray-300);
}

.soh-team-card:nth-child(4n) {
	box-shadow: inset 0 4px 0 var(--soh-brand-blue-dark);
}

.soh-team-card__image {
	width: 104px;
	height: 104px;
	object-fit: cover;
	object-position: center top;
}

.soh-team-card > div {
	padding: 16px 18px 16px 0;
}

.soh-team-card h3 {
	font-family: var(--soh-display);
	font-size: 22px;
	font-weight: 700;
}

.soh-team-card p {
	margin-top: 4px;
	color: var(--soh-text-muted);
	font-size: 14px;
}

/* Flat, native details/summary FAQ. */
.soh-faq {
	background: var(--soh-gray-100);
}

.soh-faq .soh-eyebrow {
	color: var(--soh-party-pink-hover);
}

.soh-faq__grid {
	display: grid;
	grid-template-columns: minmax(250px, 0.68fr) minmax(0, 1.32fr);
	gap: 80px;
	align-items: start;
}

.soh-faq__intro {
	position: sticky;
	top: 116px;
}

.soh-faq__intro > h2 {
	margin-top: 12px;
}

.soh-faq__intro > p:not(.soh-eyebrow) {
	margin-top: 20px;
	color: var(--soh-text-muted);
}

.soh-faq__intro .soh-text-link {
	margin-top: 16px;
}

.soh-faq__items {
	border-top: 1px solid var(--soh-border-strong);
}

.soh-faq-item {
	border-bottom: 1px solid var(--soh-border-strong);
}

.soh-faq-item summary {
	display: grid;
	min-height: 76px;
	grid-template-columns: minmax(0, 1fr) 32px;
	gap: 16px;
	align-items: center;
	padding-block: 18px;
	color: var(--soh-ink);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	cursor: pointer;
	list-style: none;
}

.soh-faq-item summary::-webkit-details-marker {
	display: none;
}

.soh-faq-icon {
	position: relative;
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--soh-brand-blue-soft);
}

.soh-faq-icon::before,
.soh-faq-icon::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 2px;
	background: var(--soh-brand-blue-dark);
	content: "";
	transform: translate(-50%, -50%);
}

.soh-faq-icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
	transition: transform 180ms ease;
}

.soh-faq-item[open] .soh-faq-icon::after {
	transform: translate(-50%, -50%) rotate(0deg);
}

.soh-faq-item[open] summary {
	color: var(--soh-brand-blue-dark);
}

.soh-faq-item > div {
	padding: 0 48px 22px 0;
}

.soh-faq-item > div p {
	max-width: 720px;
	color: var(--soh-text-muted);
}

/* One decisive last action. */
.soh-final-cta {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding-block: 0;
	background: linear-gradient(135deg, var(--soh-brand-blue) 0%, var(--soh-brand-blue-dark) 100%);
	color: var(--soh-white);
	text-align: left;
}

.soh-final-cta__inner {
	display: grid;
	min-height: 480px;
	max-width: 1180px;
	grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
	gap: 24px;
	align-items: stretch;
}

.soh-final-cta__content {
	position: relative;
	z-index: 2;
	align-self: center;
	padding-block: 76px;
}

.soh-final-cta .soh-eyebrow {
	color: var(--soh-white);
}

.soh-final-cta h2 {
	max-width: 720px;
	margin-top: 12px;
	font-size: clamp(48px, 5vw, 64px);
}

.soh-final-cta__content > p:not(.soh-eyebrow) {
	max-width: 640px;
	margin: 20px 0 0;
	color: var(--soh-white);
	font-size: 18px;
}

.soh-final-cta .soh-actions {
	justify-content: flex-start;
	margin-top: 28px;
}

.soh-final-cta__visual {
	position: relative;
	z-index: 1;
	min-width: 0;
	min-height: 480px;
	align-self: end;
}

.soh-final-cta__visual::before {
	position: absolute;
	top: 48px;
	right: -24px;
	width: 300px;
	aspect-ratio: 1;
	border: 2px solid rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	content: "";
}

.soh-final-cta__image {
	position: absolute;
	right: clamp(-90px, -5vw, -48px);
	bottom: 0;
	width: 660px;
	max-width: none !important;
	height: auto;
	filter: drop-shadow(var(--soh-shadow-image));
}

/* Code-owned footer; Astra's duplicate footer is hidden above. */
.soh-custom-footer {
	padding-block: 64px 24px;
	background: var(--soh-midnight-navy);
	color: var(--soh-white);
	font-family: var(--soh-body);
}

.soh-custom-footer__grid {
	display: grid;
	grid-template-columns: minmax(230px, 1.35fr) minmax(170px, 0.9fr) minmax(110px, 0.55fr) minmax(145px, 0.72fr) minmax(170px, 0.85fr);
	gap: 36px;
}

.soh-custom-footer__logo {
	width: 110px;
	height: auto;
	filter: brightness(0) invert(1);
}

.soh-custom-footer__brand p {
	max-width: 380px;
	margin: 18px 0 0;
	font-size: 14px;
	line-height: 1.7;
}

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

.soh-custom-footer__title {
	margin: 0 0 14px;
	color: var(--soh-flash-yellow);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.soh-custom-footer__nav,
.soh-custom-footer__contact {
	display: flex;
	flex-direction: column;
}

.soh-custom-footer__nav a,
.soh-custom-footer__contact > a {
	display: flex;
	min-height: 44px;
	align-items: center;
	color: var(--soh-white);
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
}

.soh-custom-footer__nav a:hover,
.soh-custom-footer__contact a:hover {
	color: var(--soh-brand-blue-light);
}

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

.soh-custom-footer__social a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	padding: 8px 12px;
	border: 1px solid var(--soh-border-on-dark);
	border-radius: 999px;
	color: var(--soh-white);
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}

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

.soh-custom-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 48px;
	padding-top: 22px;
	border-top: 1px solid var(--soh-border-on-dark-soft);
	font-size: 12px;
}

.soh-custom-footer__bottom p {
	margin: 0;
}

.soh-custom-footer__bottom a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	color: inherit;
	text-decoration: none;
}

.soh-showreel a:focus-visible,
.soh-showreel button:focus-visible,
.soh-showreel input:focus-visible,
.soh-proof a:focus-visible,
.soh-custom-footer a:focus-visible {
	outline-color: var(--soh-focus-dark);
}

.soh-reviews a:focus-visible,
.soh-final-cta a:focus-visible,
.soh-final-cta button:focus-visible {
	outline-color: var(--soh-focus-pink);
}

/* Large-screen hero: keep the message and photography visually distinct. */
@media (min-width: 961px) {
	.soh-hero {
		min-height: clamp(600px, 45vw, 680px);
		background:
			radial-gradient(circle at 12% 14%, rgba(30, 107, 184, 0.13), transparent 31%),
			linear-gradient(135deg, #ffffff 0%, #f7faff 54%, #e9f3fd 100%);
	}

	.soh-hero::before,
	.soh-hero::after {
		position: absolute;
		z-index: 0;
		border-radius: 999px;
		content: "";
		pointer-events: none;
	}

	.soh-hero::before {
		top: -250px;
		left: -180px;
		width: 520px;
		height: 520px;
		border: 1px solid rgba(30, 107, 184, 0.16);
	}

	.soh-hero::after {
		right: -160px;
		bottom: -340px;
		width: 640px;
		height: 640px;
		background: rgba(30, 107, 184, 0.08);
	}

	.soh-hero__grid {
		z-index: 2;
		min-height: clamp(600px, 45vw, 680px);
		grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
		gap: clamp(48px, 5vw, 86px);
		align-items: center;
	}

	.soh-hero__copy {
		width: 100%;
		max-width: 520px;
		align-self: center;
		padding-block: 70px;
	}

	.soh-hero__slideshow {
		top: 50%;
		right: clamp(18px, 2.5vw, 48px);
		bottom: auto;
		left: auto;
		z-index: 1;
		width: min(57.5vw, 950px);
		height: auto;
		aspect-ratio: 3 / 2;
		box-sizing: border-box;
		border: 7px solid #ffffff;
		border-radius: clamp(26px, 2.4vw, 38px);
		background: #dceaf7;
		box-shadow:
			0 34px 74px rgba(8, 33, 58, 0.22),
			0 8px 22px rgba(8, 33, 58, 0.12);
		transform: translateY(-50%);
	}

	.soh-hero__slideshow::after {
		position: absolute;
		inset: 0;
		z-index: 2;
		border: 1px solid rgba(255, 255, 255, 0.62);
		border-radius: inherit;
		box-shadow: inset 0 0 0 1px rgba(7, 36, 61, 0.08);
		content: "";
		pointer-events: none;
	}

	.soh-hero__slide {
		border-radius: inherit;
		transform: scale(1.005);
	}

	.soh-hero__slide.is-active {
		transform: scale(1.035);
	}

	.soh-hero .soh-eyebrow,
	.soh-hero h1,
	.soh-hero__brand,
	.soh-hero__phone,
	.soh-hero__phone span {
		-webkit-text-stroke: 0 transparent;
		text-shadow: none;
	}

	.soh-hero .soh-eyebrow {
		display: inline-flex;
		width: fit-content;
		align-items: center;
		padding: 8px 12px;
		border: 1px solid rgba(30, 107, 184, 0.2);
		border-radius: 999px;
		background: rgba(255, 255, 255, 0.76);
		color: var(--soh-brand-blue-dark);
		box-shadow: 0 8px 24px rgba(30, 107, 184, 0.08);
	}

	.soh-hero h1 {
		max-width: 470px;
		margin-top: 20px;
		color: var(--soh-midnight-navy);
		font-size: clamp(18px, 1.45vw, 22px);
		line-height: 1.35;
	}

	.soh-hero__brand {
		max-width: 520px;
		margin-top: 14px;
		font-size: clamp(62px, 5.2vw, 84px) !important;
		letter-spacing: -0.05em !important;
		line-height: 0.92 !important;
	}

	.soh-hero .soh-actions {
		margin-top: 36px;
	}

	.soh-hero__phone {
		margin-top: 18px;
	}
}

@media (max-width: 1100px) {
	.soh-homepage .site-primary-header-wrap,
	.soh-homepage .ast-builder-grid-row {
		min-height: 76px;
	}

	.soh-homepage .custom-logo {
		width: 84px;
		max-width: 84px;
	}

	.soh-showreel__grid,
	.soh-included__grid,
	.soh-local__grid {
		gap: 48px;
	}

	.soh-faq__grid {
		gap: 56px;
	}

	.soh-service-card__body {
		padding: 24px;
	}

	.soh-occasion-chip {
		grid-template-columns: 28px minmax(0, 1fr);
		padding: 22px;
	}

	.soh-custom-footer__grid {
		grid-template-columns: 1.25fr 1fr 0.75fr;
		gap: 32px;
	}

	.soh-custom-footer__contact {
		grid-column: 2 / 4;
	}
}

@media (min-width: 922px) and (max-width: 1100px) {
	.soh-homepage .main-header-menu {
		flex-wrap: nowrap;
	}

	.soh-homepage .main-header-menu > .menu-item:first-child {
		display: none;
	}

	.soh-homepage .main-header-menu > .menu-item > .menu-link {
		padding-inline: 8px;
		font-size: 13px;
		white-space: nowrap;
	}

	.soh-homepage .main-header-menu > .menu-item:last-child > .menu-link {
		margin-left: 4px;
		padding-inline: 16px;
		font-size: 14px;
	}

	.soh-hero .soh-actions {
		gap: 10px;
	}

	.soh-hero .soh-button {
		padding-inline: 16px;
	}
}

@media (max-width: 921px) {
	.soh-homepage .ast-button-wrap {
		display: grid;
		width: 46px;
		height: 46px;
		place-items: center;
	}

	.soh-homepage .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;
		min-height: 46px;
		place-items: center;
		padding: 0 !important;
		border-radius: 14px;
		background: var(--soh-clean-white) !important;
		color: var(--soh-party-pink) !important;
	}

	.soh-homepage .ast-button-wrap .menu-toggle.main-header-menu-toggle.ast-mobile-menu-trigger-minimal:hover,
	.soh-homepage .ast-button-wrap .menu-toggle.main-header-menu-toggle.ast-mobile-menu-trigger-minimal:active,
	.soh-homepage .ast-button-wrap .menu-toggle.main-header-menu-toggle.ast-mobile-menu-trigger-minimal[aria-expanded="true"] {
		background: var(--soh-flash-yellow) !important;
		color: var(--soh-midnight-navy) !important;
	}

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

@media (max-width: 960px) {
	.soh-section {
		padding-block: 80px;
	}

	.soh-hero {
		background: var(--soh-clean-white);
	}

	.soh-section-heading--split,
	.soh-action-gallery__heading,
	.soh-occasion-chips__heading {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.soh-section-heading--split > p:last-child,
	.soh-action-gallery__heading > p {
		max-width: 680px;
	}

	.soh-hero__grid {
		display: block;
		min-height: 0;
	}

	.soh-hero__copy {
		width: 100%;
		max-width: none;
		padding-block: 72px 64px;
	}

	.soh-hero__brand {
		font-size: clamp(64px, 11vw, 88px) !important;
	}

	.soh-final-cta__inner {
		display: block;
		min-height: 0;
	}

	.soh-final-cta__content {
		padding-block: 72px 0;
		text-align: center;
	}

	.soh-final-cta__content > p:not(.soh-eyebrow) {
		margin-inline: auto;
	}

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

	.soh-final-cta__visual {
		min-height: 320px;
	}

	.soh-final-cta__visual::before {
		top: 12px;
		right: 50%;
		width: 260px;
		transform: translateX(50%);
	}

	.soh-final-cta__image {
		right: auto;
		left: 50%;
		width: 620px;
		transform: translateX(-48%);
	}

	.soh-service-card--360 {
		transform: none;
	}

	.soh-showreel__grid,
	.soh-included__grid,
	.soh-local__grid,
	.soh-faq__grid {
		grid-template-columns: 1fr;
	}

	.soh-showreel__content {
		max-width: 720px;
	}

	.soh-included__grid {
		align-items: start;
	}

	.soh-included__visual {
		display: grid;
		grid-template-columns: minmax(280px, 0.75fr) minmax(220px, 0.55fr);
		gap: 24px;
		align-items: end;
	}

	.soh-included__frame {
		max-height: 520px;
	}

	.soh-included__note {
		margin: 0 0 24px -60px;
	}

	.soh-process-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 40px 32px;
	}

	.soh-process-list::before {
		display: none;
	}

	.soh-review-heading-meta {
		justify-content: flex-start;
	}

	.soh-local__image {
		max-height: 520px;
	}

	.soh-faq__intro {
		position: static;
		max-width: 680px;
	}

	.soh-custom-footer__grid {
		grid-template-columns: 1.4fr 1fr 0.7fr;
	}

	.soh-custom-footer__contact {
		grid-column: 2 / 4;
	}
}

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

@media (max-width: 768px) {
	.soh-homepage .site-primary-header-wrap,
	.soh-homepage .ast-builder-grid-row {
		min-height: 72px;
	}

	.soh-homepage .ast-button-wrap {
		display: grid;
		width: 46px;
		height: 46px;
		place-items: center;
	}

	.soh-homepage .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;
		min-height: 46px;
		place-items: center;
		padding: 0 !important;
		border-radius: 14px;
		background: var(--soh-clean-white) !important;
		color: var(--soh-party-pink) !important;
	}

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

	.soh-homepage .ast-builder-menu-mobile .main-navigation .menu-item > .menu-link,
	.soh-homepage .ast-builder-menu-mobile .main-navigation .menu-item > .menu-link:visited {
		min-height: 48px;
		border: 0;
		border-bottom: 1px solid var(--soh-border-soft);
		color: var(--soh-ink) !important;
		font-weight: 700;
	}

	.soh-homepage .ast-builder-menu-mobile .main-navigation .menu-item:not(:last-child) > .menu-link:hover,
	.soh-homepage .ast-builder-menu-mobile .main-navigation .menu-item:not(:last-child) > .menu-link:active,
	.soh-homepage .ast-builder-menu-mobile .main-navigation .current-menu-item:not(:last-child) > .menu-link,
	.soh-homepage .ast-builder-menu-mobile .main-navigation .current_page_item:not(:last-child) > .menu-link {
		color: var(--soh-party-pink-hover) !important;
	}

	.soh-homepage .ast-builder-menu-mobile .main-navigation .menu-item:last-child > .menu-link {
		width: 100%;
		min-height: 50px;
		justify-content: center;
		margin: 12px 0 0;
		padding: 12px 18px;
		border: 2px solid var(--soh-party-pink);
		border-radius: 10px;
		background: var(--soh-party-pink);
		color: var(--soh-white) !important;
		font-size: 15px;
		font-weight: 800;
		box-shadow: 0 3px 0 rgba(10, 13, 18, 0.14), 0 8px 16px rgba(10, 13, 18, 0.1);
	}

	.soh-homepage .ast-builder-menu-mobile .main-navigation .menu-item:last-child > .menu-link:hover,
	.soh-homepage .ast-builder-menu-mobile .main-navigation .menu-item:last-child > .menu-link:active {
		border-color: var(--soh-party-pink-hover);
		background: var(--soh-party-pink-hover);
	}

	.soh-section {
		padding-block: 72px;
	}

	.soh-section-heading {
		margin-bottom: 36px;
	}

	.soh-section-heading h2,
	.soh-included__content > h2,
	.soh-local__content > h2,
	.soh-faq__intro > h2,
	.soh-showreel__content h2 {
		font-size: clamp(34px, 7.5vw, 44px);
	}

	.soh-section-intro {
		font-size: 17px;
	}

	.soh-proof__list li {
		padding-inline: 18px;
	}

	.soh-service-grid {
		display: flex;
		gap: 16px;
		overflow-x: auto;
		margin-inline: -24px;
		padding: 4px 24px 18px;
		scroll-padding-inline: 24px;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
	}

	.soh-service-card {
		flex: 0 0 min(78vw, 360px);
		scroll-snap-align: start;
	}

	.soh-showreel__grid {
		gap: 36px;
	}

	.soh-showreel__gallery,
	.soh-included__occasions,
	.soh-team-roster {
		margin-top: 56px;
		padding-top: 40px;
	}

	.soh-action-gallery__heading h3,
	.soh-occasion-chips__heading h3,
	.soh-team-roster__heading h2 {
		font-size: 31px;
	}

	.soh-action-gallery {
		height: 410px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.soh-action-gallery__item--1,
	.soh-action-gallery__item--2,
	.soh-action-gallery__item--3,
	.soh-action-gallery__item--4 {
		grid-column: auto;
		grid-row: auto;
	}

	.soh-included__visual {
		grid-template-columns: minmax(260px, 0.75fr) minmax(190px, 0.5fr);
	}

	.soh-occasion-chips {
		grid-template-columns: 1fr;
	}

	.soh-occasion-chip {
		border-top: 1px solid var(--soh-border-strong);
		border-left: 0;
	}

	.soh-occasion-chip:first-child {
		border-top: 0;
	}

	.soh-review-grid {
		grid-template-columns: 1fr;
	}

	.soh-review-card {
		min-height: 0;
	}

	.soh-team-grid {
		grid-template-columns: 1fr;
	}

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

	.soh-custom-footer__contact {
		grid-column: auto;
	}

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

@media (max-width: 520px) {
	body.soh-homepage {
		overflow-x: hidden;
	}

	.soh-home {
		font-size: 16px;
		line-height: 1.62;
	}

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

	.soh-section {
		padding-block: 56px;
	}

	.soh-eyebrow {
		font-size: 12px;
	}

	.soh-section-heading h2,
	.soh-included__content > h2,
	.soh-local__content > h2,
	.soh-faq__intro > h2,
	.soh-showreel__content h2 {
		font-size: clamp(30px, 9vw, 36px);
		line-height: 1.08;
	}

	.soh-actions {
		width: 100%;
		align-items: stretch;
	}

	.soh-button {
		width: 100%;
		min-height: 52px;
		padding-inline: 18px;
		border-radius: 10px;
	}

	.soh-hero__copy {
		justify-content: flex-start;
		padding-block: 28px 40px;
	}

	.soh-hero h1 {
		margin-top: 8px;
		font-size: 16px;
	}

	.soh-hero .soh-hero__brand {
		margin-top: 6px;
		font-size: clamp(32px, 10.4vw, 42px) !important;
		line-height: 1 !important;
		white-space: nowrap;
	}

	.soh-hero .soh-actions {
		margin-top: clamp(68px, 21vw, 84px);
	}

	.soh-hero__slide,
	.soh-hero__slide.is-active {
		transform: none;
	}

	.soh-home-intro {
		padding-block: 24px;
	}

	.soh-home-intro__lede {
		font-size: 16px;
		line-height: 1.62;
		text-align: left;
	}

	.soh-hero__phone {
		width: 100%;
		justify-content: center;
		margin-top: 8px;
	}

	.soh-proof {
		padding-block: 12px;
	}

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

	.soh-proof__list li {
		min-height: 76px;
		padding: 12px 14px;
		border-top: 1px solid var(--soh-border);
		border-left: 1px solid var(--soh-border);
	}

	.soh-proof__list li:nth-child(-n + 2) {
		border-top: 0;
	}

	.soh-proof__list li:nth-child(odd) {
		padding-left: 0;
		border-left: 0;
	}

	.soh-proof__list strong {
		font-size: 20px;
	}

	.soh-section-heading {
		margin-bottom: 28px;
	}

	.soh-service-grid {
		margin-inline: -16px;
		padding-inline: 16px;
		scroll-padding-inline: 16px;
	}

	.soh-service-card {
		flex-basis: calc(100% - 28px);
	}

	.soh-service-card__body {
		padding: 22px;
	}

	.soh-service-card h3 {
		font-size: 25px;
	}

	.soh-showreel__media {
		border-radius: var(--soh-radius-sm);
	}

	.soh-showreel__play {
		width: 62px;
		height: 62px;
	}

	.soh-video-controls {
		bottom: max(8px, env(safe-area-inset-bottom));
		left: 50%;
		width: min(calc(100% - 16px), 300px);
		min-height: 50px;
		gap: 3px;
		padding: 3px 6px;
		border: 1px solid var(--soh-border-on-dark);
		border-radius: 999px;
		background: var(--soh-video-controls);
		box-shadow: var(--soh-shadow-soft);
		transform: translate(-50%, var(--soh-controls-y));
		backdrop-filter: blur(8px);
		-webkit-backdrop-filter: blur(8px);
	}

	.soh-video-controls .soh-video-volume {
		width: 78px;
		min-width: 64px;
		max-width: 88px;
		flex-basis: 78px;
	}

	.soh-showreel__gallery,
	.soh-included__occasions,
	.soh-team-roster {
		margin-top: 40px;
		padding-top: 24px;
	}

	.soh-action-gallery__heading,
	.soh-occasion-chips__heading {
		margin-bottom: 24px;
	}

	.soh-action-gallery__heading h3,
	.soh-occasion-chips__heading h3,
	.soh-team-roster__heading h2 {
		font-size: 28px;
	}

	.soh-action-gallery {
		height: 344px;
		gap: 8px;
	}

	.soh-action-gallery__item figcaption {
		right: 9px;
		bottom: 8px;
		left: 9px;
		font-size: 14px;
		line-height: 1.25;
	}

	.soh-included__grid {
		gap: 40px;
	}

	.soh-included__visual {
		display: block;
	}

	.soh-included__frame {
		width: min(100%, 300px);
		max-height: none;
		margin-inline: auto;
	}

	.soh-included__note {
		margin: -18px 12px 0;
	}

	.soh-benefit-grid {
		grid-template-columns: 1fr;
		margin-top: 32px;
	}

	.soh-benefit,
	.soh-benefit:nth-child(odd),
	.soh-benefit:nth-child(even) {
		padding: 16px 0;
		border-left: 0;
	}

	.soh-occasion-chip {
		padding: 16px;
	}

	.soh-process-list {
		display: block;
		padding-left: 0;
	}

	.soh-process-list::before {
		display: block;
		top: 28px;
		bottom: 28px;
		left: 23px;
		width: 1px;
		height: auto;
	}

	.soh-process-list li {
		display: grid;
		grid-template-columns: 48px minmax(0, 1fr);
		gap: 18px;
		align-items: start;
		margin-top: 28px;
		text-align: left;
	}

	.soh-process-list li:first-child {
		margin-top: 0;
	}

	.soh-process-list li > span {
		width: 38px;
		height: 38px;
		margin: 0;
		border-width: 5px;
	}

	.soh-process-list h3 {
		margin-top: 0;
		font-size: 21px;
	}

	.soh-process-list p {
		margin-top: 6px;
	}

	.soh-process__action {
		margin-top: 36px;
	}

	.soh-review-heading-meta {
		display: grid;
		grid-template-columns: auto minmax(0, 1fr);
		align-items: start;
		gap: 12px;
	}

	.soh-review-avatars img {
		width: 48px;
		height: 48px;
	}

	.soh-review-card {
		padding: 24px;
		border-radius: var(--soh-radius-md);
	}

	.soh-review-card blockquote,
	.soh-review-card--accent blockquote {
		font-size: 19px;
		line-height: 1.42;
	}

	.soh-review-grid {
		gap: 16px;
	}

	.soh-local__grid {
		gap: 40px;
	}

	.soh-local__image {
		width: min(100%, 320px);
		margin-inline: auto;
		aspect-ratio: 1.25 / 1;
		border-radius: var(--soh-radius-md);
	}

	.soh-local__links {
		display: flex;
	}

	.soh-local__links a {
		justify-content: center;
		text-align: center;
	}

	.soh-team-roster__heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.soh-faq__grid {
		gap: 40px;
	}

	.soh-faq-item summary {
		min-height: 68px;
		font-size: 16px;
	}

	.soh-faq-item > div {
		padding-right: 0;
	}

	.soh-final-cta {
		padding-block: 0;
	}

	.soh-final-cta h2 {
		font-size: 40px;
	}

	.soh-final-cta__content {
		padding-top: 56px;
	}

	.soh-final-cta__content > p:not(.soh-eyebrow) {
		font-size: 16px;
	}

	.soh-final-cta .soh-button--outline-light {
		width: auto;
	}

	.soh-final-cta__visual {
		min-height: 240px;
	}

	.soh-final-cta__visual::before {
		width: 200px;
	}

	.soh-final-cta__image {
		width: 540px;
		transform: translateX(-47%);
	}

	.soh-custom-footer {
		padding-block: 40px 20px;
	}

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

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

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

	.soh-custom-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
		margin-top: 36px;
	}
}

@media (max-width: 420px) {
	.soh-team-grid {
		grid-template-columns: 1fr;
	}

	.soh-team-card {
		min-height: 128px;
		grid-template-columns: 108px minmax(0, 1fr);
	}

	.soh-team-card__image {
		width: 108px;
		height: auto;
		aspect-ratio: 1 / 1;
	}

	.soh-team-card > div {
		padding-right: 14px;
	}
}

@media (max-width: 360px) {
	.soh-homepage .custom-logo {
		width: 76px;
	}

	.soh-hero__copy {
		padding-block: 24px 36px;
	}

	.soh-hero .soh-actions {
		margin-top: clamp(64px, 20vw, 72px);
	}

	.soh-proof__list strong {
		font-size: 18px;
	}

	.soh-service-card {
		flex-basis: calc(100% - 28px);
	}

	.soh-video-control {
		width: 44px;
		height: 44px;
		min-width: 44px;
	}

	.soh-video-controls .soh-video-volume {
		width: 72px;
		min-width: 64px;
		max-width: 76px;
		flex-basis: 72px;
	}

	.soh-action-gallery {
		height: 306px;
	}

	.soh-team-card {
		grid-template-columns: 96px minmax(0, 1fr);
	}

	.soh-team-card__image {
		width: 96px;
	}
}

@media (hover: hover) and (pointer: fine) {
	.soh-button:not(.soh-button--outline-light):not([aria-disabled="true"]):not(:disabled):hover {
		box-shadow: var(--soh-button-shadow-hover);
		transform: translateY(-2px);
	}

	.soh-homepage .main-header-menu > .menu-item:last-child > .menu-link:hover {
		box-shadow: 0 5px 0 rgba(10, 13, 18, 0.12), 0 12px 20px rgba(10, 13, 18, 0.12);
		transform: translateY(-2px);
	}

	.soh-text-link:hover span {
		transform: translateX(4px);
	}

	.soh-showreel__poster:hover .soh-showreel__play {
		background: var(--soh-party-pink-hover);
		transform: translate(-50%, -50%) scale(1.05);
	}

	.soh-local__links a:hover {
		border-color: var(--soh-party-pink-hover);
		background: var(--soh-pure-white);
	}
}

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

	.soh-button:hover,
	.soh-button:active,
	.soh-homepage .main-header-menu > .menu-item:last-child > .menu-link:hover,
	.soh-homepage .main-header-menu > .menu-item:last-child > .menu-link:active,
	.soh-showreel__poster:hover .soh-showreel__play {
		transform: none;
	}

	.soh-hero__slide,
	.soh-hero__slide.is-active {
		transform: none;
	}
}

@media print {
	.soh-homepage #masthead,
	.soh-video-controls,
	.soh-hero__slideshow,
	.soh-final-cta,
	.soh-custom-footer {
		display: none !important;
	}

	.soh-home,
	.soh-section,
	.soh-hero,
	.soh-proof {
		padding-block: 32px;
	}

	.soh-home,
	.soh-section,
	.soh-hero,
	.soh-proof,
	.soh-service-card,
	.soh-service-card__body,
	.soh-included__note,
	.soh-occasion-chips,
	.soh-review-card,
	.soh-team-card {
		background: #fff !important;
		color: #000 !important;
		box-shadow: none !important;
	}

	.soh-home h1,
	.soh-home h2,
	.soh-home h3,
	.soh-home h4,
	.soh-home p,
	.soh-home a,
	.soh-home strong,
	.soh-home span,
	.soh-home summary,
	.soh-home figcaption {
		color: #000 !important;
	}

}
