:root {
	--color-black: #000000;
	--color-white: #ffffff;
	--color-red: #ff0000;
	--color-red-dark: #b80000;
	--color-ink: #090909;
	--color-panel: #101010;
	--color-panel-soft: #161616;
	--color-line: rgba(255, 255, 255, 0.12);
	--color-muted: rgba(255, 255, 255, 0.68);
	--color-soft: rgba(255, 255, 255, 0.08);
	--shadow-heavy: 0 24px 70px rgba(0, 0, 0, 0.56);
	--container: 1180px;
	--container-wide: 1320px;
	--header-height: 84px;
	--radius: 8px;
	--font-main: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

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

html {
	scroll-behavior: smooth;
	background: var(--color-black);
}

body {
	margin: 0;
	min-width: 320px;
	background:
		linear-gradient(180deg, rgba(255, 0, 0, 0.06) 0, rgba(0, 0, 0, 0) 220px),
		var(--color-black);
	color: var(--color-white);
	font-family: var(--font-main);
	font-size: 16px;
	line-height: 1.65;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	isolation: isolate;
}

body.menu-open {
	overflow: hidden;
}

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

a {
	color: inherit;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

button,
input,
textarea {
	font: inherit;
}

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

.screen-reader-text:focus {
	top: 12px;
	left: 12px;
	width: auto;
	height: auto;
	padding: 10px 14px;
	clip: auto;
	background: var(--color-white);
	color: var(--color-black);
	z-index: 10000;
}

.container {
	width: min(calc(100% - 40px), var(--container));
	margin: 0 auto;
}

.content-narrow {
	max-width: 820px;
}

.site-main {
	position: relative;
	z-index: 2;
	min-height: 60vh;
}

.scroll-progress {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 2000;
	height: 3px;
	pointer-events: none;
	background: rgba(255, 255, 255, 0.04);
}

.scroll-progress span {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, var(--color-red), var(--color-white), var(--color-red));
	box-shadow: 0 0 18px rgba(255, 0, 0, 0.75);
	transform: scaleX(0);
	transform-origin: left center;
	will-change: transform;
}

.floating-photo-objects {
	position: fixed;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	pointer-events: none;
}

.floating-photo-object {
	position: absolute;
	display: block;
	width: clamp(78px, 9vw, 148px);
	aspect-ratio: 1;
	color: rgba(255, 255, 255, 0.9);
	opacity: 0.16;
	filter: drop-shadow(0 0 18px rgba(255, 0, 0, 0.34));
	pointer-events: auto;
	transform: translate3d(0, 0, 0) rotate(var(--object-rotate));
	animation: floating-photo-object var(--object-duration) ease-in-out infinite;
	transition: opacity 180ms ease, filter 180ms ease;
	will-change: transform;
}

.floating-photo-object:hover {
	opacity: 0.34;
	filter: drop-shadow(0 0 28px rgba(255, 0, 0, 0.64));
	animation: floating-photo-object-hover 1.05s cubic-bezier(0.2, 0.9, 0.28, 1.2) infinite;
}

.floating-photo-object svg {
	width: 100%;
	height: 100%;
}

.floating-photo-object--camera {
	top: 17vh;
	right: clamp(22px, 8vw, 120px);
	--object-rotate: -8deg;
	--object-spin: 7deg;
	--object-x: -22px;
	--object-y: 34px;
	--object-x-alt: -6px;
	--object-y-alt: 21px;
	--object-hover-x: -42px;
	--object-hover-y: -18px;
	--object-hover-x-alt: -20px;
	--object-hover-y-alt: 18px;
	--object-hover-spin: 18deg;
	--object-duration: 28s;
}

.floating-photo-object--aperture {
	top: 54vh;
	left: clamp(20px, 4vw, 64px);
	width: clamp(86px, 11vw, 176px);
	--object-rotate: 14deg;
	--object-spin: -10deg;
	--object-x: 22px;
	--object-y: -24px;
	--object-x-alt: 6px;
	--object-y-alt: -15px;
	--object-hover-x: 42px;
	--object-hover-y: -20px;
	--object-hover-x-alt: 18px;
	--object-hover-y-alt: 16px;
	--object-hover-spin: -22deg;
	--object-duration: 34s;
}

.floating-photo-object--flash {
	top: 34vh;
	left: clamp(38px, 12vw, 180px);
	width: clamp(58px, 7vw, 104px);
	--object-rotate: 11deg;
	--object-spin: 8deg;
	--object-x: 18px;
	--object-y: 38px;
	--object-x-alt: 4px;
	--object-y-alt: 24px;
	--object-hover-x: 34px;
	--object-hover-y: -24px;
	--object-hover-x-alt: 14px;
	--object-hover-y-alt: 22px;
	--object-hover-spin: 20deg;
	--object-duration: 23s;
	animation-delay: -8s;
}

.floating-photo-object--film {
	right: clamp(28px, 10vw, 150px);
	bottom: 10vh;
	width: clamp(90px, 12vw, 190px);
	--object-rotate: 7deg;
	--object-spin: -7deg;
	--object-x: -28px;
	--object-y: -20px;
	--object-x-alt: -8px;
	--object-y-alt: -12px;
	--object-hover-x: -48px;
	--object-hover-y: -22px;
	--object-hover-x-alt: -18px;
	--object-hover-y-alt: 16px;
	--object-hover-spin: -18deg;
	--object-duration: 31s;
	animation-delay: -14s;
}

@keyframes floating-photo-object {
	0%,
	100% {
		transform: translate3d(0, 0, 0) rotate(var(--object-rotate));
	}

	45% {
		transform: translate3d(var(--object-x), var(--object-y), 0) rotate(calc(var(--object-rotate) + var(--object-spin)));
	}

	70% {
		transform: translate3d(var(--object-x-alt), var(--object-y-alt), 0) rotate(calc(var(--object-rotate) - var(--object-spin)));
	}
}

@keyframes floating-photo-object-hover {
	0%,
	100% {
		transform: translate3d(0, 0, 0) rotate(var(--object-rotate));
	}

	24% {
		transform: translate3d(var(--object-hover-x), var(--object-hover-y), 0) rotate(calc(var(--object-rotate) + var(--object-hover-spin))) scale(1.08);
	}

	48% {
		transform: translate3d(var(--object-hover-x-alt), var(--object-hover-y-alt), 0) rotate(calc(var(--object-rotate) - var(--object-hover-spin))) scale(0.96);
	}

	72% {
		transform: translate3d(0, -8px, 0) rotate(var(--object-rotate)) scale(1.03);
	}
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	height: var(--header-height);
	background: rgba(0, 0, 0, 0.18);
	backdrop-filter: blur(0);
	border-bottom: 1px solid transparent;
	transition: background 220ms ease, border-color 220ms ease, height 220ms ease, backdrop-filter 220ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
	background: rgba(0, 0, 0, 0.82);
	backdrop-filter: blur(18px);
	border-color: rgba(255, 255, 255, 0.1);
}

.site-header.is-scrolled {
	height: var(--header-height);
}

.site-header__inner {
	width: min(calc(100% - 32px), var(--container-wide));
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.site-brand {
	display: inline-flex;
	align-items: center;
	width: min(380px, 58vw);
	flex: 0 0 auto;
	text-decoration: none;
}

.site-brand__logo {
	width: auto;
	height: 124px;
	max-width: 100%;
	object-fit: contain;
}

.site-nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 1;
}

.site-nav__menu,
.footer-menu {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-nav__menu a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 8px 14px;
	color: var(--color-white);
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
	opacity: 0.78;
	transition: color 180ms ease, opacity 180ms ease, background 180ms ease;
}

.site-nav__menu a::after {
	content: "";
	position: absolute;
	right: 14px;
	bottom: 7px;
	left: 14px;
	height: 2px;
	background: var(--color-red);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 180ms ease;
}

.site-nav__menu a:hover,
.site-nav__menu a:focus-visible,
.site-nav__menu .current-menu-item > a,
.site-nav__menu .current_page_item > a {
	opacity: 1;
	color: var(--color-white);
}

.site-nav__menu a:hover::after,
.site-nav__menu a:focus-visible::after,
.site-nav__menu .current-menu-item > a::after,
.site-nav__menu .current_page_item > a::after {
	transform: scaleX(1);
}

.nav-toggle {
	display: none;
	width: 46px;
	height: 46px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 6px;
	padding: 0;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: var(--radius);
	color: var(--color-white);
	cursor: pointer;
}

.nav-toggle__line {
	display: block;
	width: 20px;
	height: 2px;
	background: currentColor;
	transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle[aria-expanded="true"] .nav-toggle__line:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle__line:nth-child(2) {
	opacity: 0;
}

.nav-toggle[aria-expanded="true"] .nav-toggle__line:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}

.home-hero {
	position: relative;
	padding: 74px 0 88px;
	overflow: hidden;
}

.home-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(255, 0, 0, 0.14), transparent 34%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 38%);
	pointer-events: none;
}

.home-hero__grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
	gap: clamp(30px, 5vw, 72px);
	align-items: center;
}

.home-hero__copy {
	padding-top: 18px;
}

.eyebrow {
	margin: 0 0 14px;
	color: var(--color-red);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

h1,
h2,
h3,
p {
	overflow-wrap: anywhere;
}

h1,
h2,
h3 {
	margin: 0;
	color: var(--color-white);
	line-height: 1.04;
	font-weight: 850;
	letter-spacing: 0;
}

h1,
h2 {
	position: relative;
	width: fit-content;
	max-width: 100%;
	transition: transform 320ms ease, text-shadow 320ms ease, color 320ms ease;
}

h1::after,
h2::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -0.16em;
	left: 0;
	height: 2px;
	background: linear-gradient(90deg, var(--color-red), rgba(255, 255, 255, 0.45), transparent);
	opacity: 0;
	transform: scaleX(0.18) translateY(8px);
	transform-origin: left center;
	transition: opacity 320ms ease, transform 320ms ease;
	pointer-events: none;
}

h1:hover,
h1:focus-within,
h2:hover,
h2:focus-within {
	transform: translate3d(8px, -3px, 0);
	text-shadow: -10px 10px 28px rgba(255, 0, 0, 0.22);
}

h1:hover::after,
h1:focus-within::after,
h2:hover::after,
h2:focus-within::after {
	opacity: 1;
	transform: scaleX(1) translateY(0);
}

h1 {
	max-width: 820px;
	font-size: clamp(1.7rem, 3.85vw, 3.3rem);
}

h2 {
	font-size: clamp(1.53rem, 3.465vw, 2.97rem);
}

h3 {
	font-size: clamp(1.15rem, 2vw, 1.45rem);
}

.lede {
	margin: 24px 0 0;
	max-width: 680px;
	color: var(--color-muted);
	font-size: clamp(1.05rem, 2vw, 1.26rem);
	line-height: 1.72;
}

.button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.button,
.wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 18px;
	border: 1px solid transparent;
	border-radius: var(--radius);
	font-size: 0.88rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button:hover,
.button:focus-visible,
.wp-block-button__link:hover,
.wp-block-button__link:focus-visible {
	transform: translateY(-2px);
}

.button--primary,
.wp-block-button__link {
	background: var(--color-red);
	color: var(--color-white);
	box-shadow: 0 12px 36px rgba(255, 0, 0, 0.28);
}

.button--primary:hover,
.button--primary:focus-visible,
.wp-block-button__link:hover,
.wp-block-button__link:focus-visible {
	background: var(--color-white);
	color: var(--color-black);
}

.button--ghost {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.18);
	color: var(--color-white);
}

.button--ghost:hover,
.button--ghost:focus-visible {
	border-color: var(--color-red);
	background: rgba(255, 0, 0, 0.18);
}

.home-hero__media {
	position: relative;
	min-height: 380px;
	aspect-ratio: 5 / 4;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 22px;
	overflow: hidden;
	background: var(--color-panel);
	box-shadow: var(--shadow-heavy);
	--scroll-drift: 0px;
	--scroll-scale: 1;
	transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.home-hero__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(135deg, rgba(255, 0, 0, 0.18), transparent 36%),
		linear-gradient(180deg, transparent 44%, rgba(0, 0, 0, 0.76));
	opacity: 0.72;
	pointer-events: none;
	transition: opacity 220ms ease;
}

.home-hero__media img {
	width: 100%;
	height: calc(100% + 36px);
	margin-top: -18px;
	object-fit: cover;
	filter: saturate(0.92) contrast(1.08);
	transform: translate3d(0, var(--scroll-drift), 0) scale(var(--scroll-scale));
	will-change: transform;
	transition: transform 520ms ease, filter 220ms ease;
}

.home-hero__media:hover,
.home-hero__media:focus-within {
	border-color: rgba(255, 0, 0, 0.55);
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.68), 0 0 52px rgba(255, 0, 0, 0.22);
	transform: translateY(-4px);
}

.home-hero__media:hover,
.home-hero__media:focus-within {
	--scroll-scale: 1.045;
}

.home-hero__media:hover::after,
.home-hero__media:focus-within::after {
	opacity: 0.95;
}

.home-hero__media-fallback {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	padding: 44px;
	background: linear-gradient(135deg, var(--color-panel), var(--color-black));
}

.home-hero__media-fallback img {
	max-width: 360px;
	object-fit: contain;
}

.section,
.content-section {
	padding: clamp(64px, 9vw, 118px) 0;
}

.section-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
	gap: clamp(28px, 6vw, 92px);
	align-items: start;
}

.about-section {
	background: var(--color-ink);
	border-top: 1px solid var(--color-line);
	border-bottom: 1px solid var(--color-line);
}

.about-section__text {
	color: var(--color-muted);
	font-size: 1.08rem;
}

.about-section__text p:first-child {
	margin-top: 0;
	color: var(--color-white);
	font-size: clamp(1.25rem, 2.5vw, 1.72rem);
	line-height: 1.45;
}

.about-section__text p:last-child {
	margin-bottom: 0;
}

.section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: end;
	margin-bottom: 34px;
}

.section-heading h2 {
	max-width: 850px;
}

.text-link {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: var(--color-white);
	font-size: 0.86rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.text-link::after {
	content: "";
	width: 34px;
	height: 2px;
	margin-left: 12px;
	background: var(--color-red);
	transition: width 180ms ease;
}

.text-link:hover::after,
.text-link:focus-visible::after {
	width: 54px;
}

.featured-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.featured-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.featured-card {
	position: relative;
	min-height: 240px;
	overflow: hidden;
	border-radius: var(--radius);
	background: var(--color-panel);
	--scroll-drift: 0px;
	--scroll-scale: 1;
}

.featured-card--large {
	grid-column: span 2;
	grid-row: span 2;
}

.featured-card a {
	display: block;
	width: 100%;
	height: 100%;
	min-height: inherit;
	text-decoration: none;
}

.featured-card img,
.featured-card__placeholder {
	width: 100%;
	height: 100%;
	min-height: inherit;
	object-fit: cover;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	transform: translate3d(0, var(--scroll-drift), 0) scale(var(--scroll-scale));
	transition: transform 380ms ease, opacity 220ms ease, filter 220ms ease;
	will-change: transform;
}

.featured-card__placeholder {
	display: block;
	background: linear-gradient(135deg, var(--color-panel), var(--color-black));
}

.featured-card span:not(.featured-card__placeholder) {
	position: absolute;
	right: 16px;
	bottom: 16px;
	left: 16px;
	z-index: 2;
	color: var(--color-white);
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.25;
	text-shadow: 0 10px 22px rgba(0, 0, 0, 0.82);
}

.featured-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 34%, rgba(0, 0, 0, 0.86));
	pointer-events: none;
}

.featured-card:hover img,
.featured-card:focus-within img {
	--scroll-scale: 1.05;
	filter: brightness(1.06);
}

.featured-section__actions {
	display: flex;
	justify-content: center;
	margin-top: 28px;
}

.services-section {
	background: var(--color-ink);
}

.services-grid,
.pricing-grid,
.archive-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.service-card,
.pricing-card,
.archive-card,
.contact-details,
.contact-form-panel,
.payment-panel,
.empty-state {
	border: 1px solid var(--color-line);
	border-radius: var(--radius);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025));
}

.service-card {
	min-height: 240px;
	padding: 24px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.service-card:hover {
	transform: translateY(-4px);
	border-color: rgba(255, 0, 0, 0.52);
	background: linear-gradient(180deg, rgba(255, 0, 0, 0.12), rgba(255, 255, 255, 0.03));
}

.service-card h3,
.pricing-card h2 {
	margin-bottom: 14px;
}

.pricing-card h2 {
	font-size: clamp(1.45rem, 2.6vw, 2.25rem);
	line-height: 1.12;
}

.service-card p,
.pricing-card p,
.archive-card p {
	margin: 0;
	color: var(--color-muted);
}

.cta-section {
	padding: clamp(64px, 9vw, 118px) 0;
}

.cta-section__inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 28px;
	align-items: center;
	padding: clamp(32px, 6vw, 60px);
	overflow: hidden;
	border: 1px solid rgba(255, 0, 0, 0.38);
	border-radius: var(--radius);
	background:
		linear-gradient(90deg, rgba(255, 0, 0, 0.24), transparent 45%),
		var(--color-panel);
}

.cta-section__inner p:not(.eyebrow) {
	max-width: 680px;
	margin: 18px 0 0;
	color: var(--color-muted);
}

.page-shell {
	background: var(--color-black);
}

.page-hero {
	padding: clamp(72px, 10vw, 132px) 0 clamp(46px, 7vw, 86px);
	background:
		linear-gradient(90deg, rgba(255, 0, 0, 0.12), transparent 42%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 78%);
	border-bottom: 1px solid var(--color-line);
}

.page-hero--center {
	min-height: 60vh;
	display: grid;
	align-items: center;
	text-align: center;
}

.page-hero--center .button-row {
	justify-content: center;
}

.page-hero--gallery {
	background:
		linear-gradient(90deg, rgba(255, 0, 0, 0.16), transparent 50%),
		var(--color-black);
}

.entry-content {
	color: var(--color-muted);
}

.entry-content > *:first-child {
	margin-top: 0;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin-top: 1.5em;
	margin-bottom: 0.55em;
	color: var(--color-white);
}

.entry-content p {
	margin: 0 0 1.2em;
}

.entry-content a {
	color: var(--color-white);
}

.entry-content img {
	border-radius: var(--radius);
}

.gallery-page-section {
	padding-top: 52px;
}

.cfilip-galeria-wrap {
	width: 100%;
}

.rlg-heading {
	margin: 0 0 28px;
	font-size: clamp(1.8rem, 4vw, 3.2rem);
}

.rlg-all-galleries {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin: 0;
	padding: 0;
}

.rlg-all-galleries.cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rlg-all-galleries.cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rlg-all-galleries.cols-5,
.rlg-all-galleries.cols-6 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rlg-gallery-item {
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--color-line);
	border-radius: var(--radius);
	background: var(--color-panel);
	transition: transform 180ms ease, border-color 180ms ease;
}

.rlg-gallery-item:hover,
.rlg-gallery-item:focus-within {
	transform: translateY(-4px);
	border-color: rgba(255, 0, 0, 0.48);
}

.rlg-gallery-link {
	display: block;
	text-decoration: none;
}

.rlg-thumb {
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: var(--color-panel-soft);
}

.rlg-thumb img,
.rlg-thumb-placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-size: cover !important;
	background-position: center !important;
	transition: transform 360ms ease, filter 220ms ease;
}

.rlg-thumb-placeholder {
	display: block;
	background: linear-gradient(135deg, var(--color-panel), var(--color-black));
}

.rlg-gallery-item:hover .rlg-thumb img,
.rlg-gallery-item:focus-within .rlg-thumb img {
	transform: scale(1.05);
	filter: brightness(1.06);
}

.rlg-title {
	padding: 16px;
	font-size: 1rem;
	line-height: 1.28;
}

.gallery-content .rl-gallery-container {
	margin: 10px 0 0;
}

.site-main [id^="rl-gallery-container-"] .rl-gallery.rl-basicgrid-gallery {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	align-items: stretch;
}

.site-main [id^="rl-gallery-container-"] .rl-basicgrid-gallery .rl-gallery-item {
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	float: none !important;
	overflow: hidden;
	border-radius: var(--radius);
}

.site-main [id^="rl-gallery-container-"] .rl-basicgrid-gallery .rl-gallery-item::before,
.site-main [id^="rl-gallery-container-"] .rl-basicgrid-gallery .rl-gallery-item::after {
	display: none;
}

.site-main .rl-gallery .rl-gallery-link {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: var(--radius);
	background: var(--color-panel);
}

.site-main .rl-gallery .rl-gallery-link img {
	width: 100%;
	height: 100%;
	min-height: 260px;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	display: block;
	transition: transform 260ms ease, filter 220ms ease;
}

.site-main .rl-gallery .rl-gallery-link:hover img,
.site-main .rl-gallery .rl-gallery-link:focus-visible img {
	transform: scale(1.025);
	filter: brightness(1.07);
}

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

.pricing-card {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	min-height: 230px;
	padding: 28px;
}

.pricing-card__label {
	margin: 0 0 12px;
	color: var(--color-red);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.pricing-card strong {
	align-self: flex-start;
	color: var(--color-white);
	font-size: clamp(1.75rem, 3vw, 2.45rem);
	line-height: 1;
	white-space: nowrap;
}

.pricing-card__price--small {
	font-size: clamp(0.95rem, 1.5vw, 1.25rem);
	line-height: 1.15;
}

.payment-panel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	margin-top: 16px;
	padding: 28px;
	background: linear-gradient(90deg, rgba(255, 0, 0, 0.16), rgba(255, 255, 255, 0.035));
}

.payment-panel h2 {
	font-size: clamp(1.35rem, 3vw, 2.3rem);
}

.payment-panel p {
	margin: 0;
	color: var(--color-muted);
}

.payment-panel strong {
	color: var(--color-white);
}

.payment-panel__qr {
	width: 180px;
	max-width: 34vw;
	height: auto;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--radius);
	background: var(--color-white);
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.34);
	flex: 0 0 auto;
}

.contact-layout {
	display: grid;
	grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
	gap: 18px;
	align-items: start;
}

.contact-details,
.contact-form-panel {
	padding: clamp(24px, 4vw, 36px);
}

.contact-details h2 {
	font-size: clamp(1.5rem, 3vw, 2.55rem);
}

.contact-list {
	display: grid;
	gap: 12px;
	margin-top: 30px;
}

.contact-list a {
	display: grid;
	gap: 3px;
	padding: 16px;
	border: 1px solid var(--color-line);
	border-radius: var(--radius);
	text-decoration: none;
	transition: border-color 180ms ease, background 180ms ease;
}

.contact-list a:hover,
.contact-list a:focus-visible {
	border-color: rgba(255, 0, 0, 0.55);
	background: rgba(255, 0, 0, 0.08);
}

.contact-list span {
	color: var(--color-red);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.contact-list strong {
	color: var(--color-white);
	font-size: 1.05rem;
	overflow-wrap: anywhere;
}

.contact-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.form-field {
	display: grid;
	gap: 8px;
}

.form-field--full,
.form-actions,
.form-consent {
	grid-column: 1 / -1;
}

.form-field label,
.form-consent {
	color: var(--color-white);
	font-size: 0.9rem;
	font-weight: 700;
}

.form-field input,
.form-field textarea {
	width: 100%;
	min-height: 50px;
	padding: 12px 14px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--radius);
	background: rgba(0, 0, 0, 0.48);
	color: var(--color-white);
	outline: none;
	transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.form-field textarea {
	min-height: 170px;
	resize: vertical;
}

.form-field input:focus,
.form-field textarea:focus {
	border-color: var(--color-red);
	background: rgba(0, 0, 0, 0.72);
	box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.16);
}

.form-field input::placeholder,
.form-field textarea::placeholder {
	color: rgba(255, 255, 255, 0.42);
}

.form-field--trap {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0.01;
}

.form-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: var(--color-muted);
	font-weight: 500;
	line-height: 1.45;
}

.form-consent input {
	width: 18px;
	height: 18px;
	margin-top: 3px;
	accent-color: var(--color-red);
	flex: 0 0 auto;
}

.form-actions {
	margin-top: 2px;
}

.form-message {
	margin: 0 0 18px;
	padding: 14px 16px;
	border-radius: var(--radius);
	font-weight: 700;
}

.form-message--success {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.22);
}

.form-message--error {
	background: rgba(255, 0, 0, 0.14);
	border: 1px solid rgba(255, 0, 0, 0.42);
}

.archive-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.archive-card {
	overflow: hidden;
}

.archive-card__media {
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: var(--color-panel-soft);
}

.archive-card__media img,
.archive-card__placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 260ms ease;
}

.archive-card__placeholder {
	display: block;
	background: linear-gradient(135deg, var(--color-panel), var(--color-black));
}

.archive-card:hover .archive-card__media img {
	transform: scale(1.04);
}

.archive-card__body {
	padding: 20px;
}

.archive-card__body h2 {
	margin-bottom: 10px;
	font-size: 1.3rem;
}

.archive-card__body a {
	text-decoration: none;
}

.empty-state {
	padding: 26px;
	color: var(--color-muted);
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 32px;
}

.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	min-height: 42px;
	padding: 8px 12px;
	border: 1px solid var(--color-line);
	border-radius: var(--radius);
	text-decoration: none;
}

.page-numbers.current,
.page-numbers:hover,
.page-numbers:focus-visible {
	background: var(--color-red);
	border-color: var(--color-red);
}

.site-footer {
	position: relative;
	z-index: 2;
	border-top: 1px solid var(--color-line);
	background: var(--color-ink);
}

.site-footer__inner {
	width: min(calc(100% - 40px), var(--container));
	margin: 0 auto;
	padding: 46px 0;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	gap: 28px;
	align-items: center;
}

.site-footer__brand img {
	width: 222px;
	height: auto;
	object-fit: contain;
}

.site-footer__bottom,
.site-footer__contact {
	color: var(--color-muted);
}

.footer-menu {
	flex-wrap: wrap;
	justify-content: center;
}

.footer-menu a {
	display: inline-flex;
	padding: 8px 10px;
	color: var(--color-white);
	font-size: 0.84rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
	opacity: 0.76;
}

.footer-menu a:hover,
.footer-menu a:focus-visible {
	opacity: 1;
	color: var(--color-red);
}

.site-footer__contact {
	display: grid;
	gap: 8px;
	justify-items: end;
}

.site-footer__contact a,
.site-footer__bottom a {
	color: var(--color-white);
	text-decoration: none;
}

.site-footer__contact a:hover,
.site-footer__contact a:focus-visible,
.site-footer__bottom a:hover,
.site-footer__bottom a:focus-visible {
	color: var(--color-red);
}

.site-footer__bottom {
	width: min(calc(100% - 40px), var(--container));
	margin: 0 auto;
	padding: 18px 0 28px;
	display: flex;
	justify-content: space-between;
	gap: 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 0.92rem;
}

.reveal {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.alignwide {
	width: min(100%, var(--container-wide));
	margin-right: auto;
	margin-left: auto;
}

.alignfull {
	width: 100vw;
	max-width: 100vw;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.wp-caption,
.wp-block-image figcaption {
	color: var(--color-muted);
	font-size: 0.88rem;
}

@media (max-width: 1100px) {
	.featured-grid,
	.services-grid,
	.rlg-all-galleries {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.site-main [id^="rl-gallery-container-"] .rl-gallery.rl-basicgrid-gallery {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.home-hero__grid {
		grid-template-columns: 1fr;
	}

	.home-hero__media {
		min-height: 320px;
	}
}

@media (max-width: 900px) {
	:root {
		--header-height: 74px;
	}

	.nav-toggle {
		display: inline-flex;
	}

	.site-nav {
		position: fixed;
		top: var(--header-height);
		right: 0;
		left: 0;
		z-index: 1100;
		display: block;
		width: 100vw;
		min-height: calc(100vh - var(--header-height));
		padding: 18px 14px 28px;
		background: rgba(0, 0, 0, 0.94);
		border-bottom: 1px solid var(--color-line);
		opacity: 0;
		pointer-events: none;
		transform: translateY(-12px);
		transition: opacity 180ms ease, transform 180ms ease;
	}

	.site-header.is-scrolled .site-nav {
		top: var(--header-height);
	}

	.site-header.is-open .site-nav {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}

	.site-nav__menu {
		display: grid;
		gap: 10px;
		width: 100%;
		max-width: none;
		margin: 0 auto;
	}

	.site-nav__menu > li {
		width: 100%;
	}

	.site-nav__menu a {
		display: flex;
		width: 100%;
		justify-content: center;
		text-align: center;
		min-height: 56px;
		padding: 14px 18px;
		border: 1px solid rgba(255, 255, 255, 0.12);
		border-radius: var(--radius);
		background: rgba(255, 255, 255, 0.045);
	}

	.site-nav__menu a::after {
		display: none;
	}

	.section-grid,
	.section-heading,
	.cta-section__inner,
	.contact-layout,
	.site-footer__inner {
		grid-template-columns: 1fr;
	}

	.cta-section__inner,
	.site-footer__inner,
	.site-footer__bottom {
		text-align: left;
	}

	.site-footer__contact {
		justify-items: start;
	}

	.footer-menu {
		justify-content: flex-start;
	}

	.pricing-grid,
	.archive-grid {
		grid-template-columns: 1fr;
	}

	.payment-panel {
		align-items: flex-start;
		flex-direction: column;
	}

	.payment-panel__qr {
		width: 220px;
		max-width: 100%;
	}
}

@media (max-width: 760px) {
	.site-main [id^="rl-gallery-container-"] .rl-gallery.rl-basicgrid-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.container,
	.site-footer__inner,
	.site-footer__bottom {
		width: min(calc(100% - 28px), var(--container));
	}

	.floating-photo-object {
		opacity: 0.12;
	}

	.floating-photo-object--flash,
	.floating-photo-object--film {
		display: none;
	}

	.home-hero {
		padding: 44px 0 58px;
	}

	.home-hero__media {
		min-height: 260px;
		aspect-ratio: 4 / 3;
	}

	.section,
	.content-section {
		padding: 56px 0;
	}

	.featured-grid,
	.services-grid,
	.rlg-all-galleries,
	.rlg-all-galleries.cols-2,
	.rlg-all-galleries.cols-3,
	.rlg-all-galleries.cols-5,
	.rlg-all-galleries.cols-6 {
		grid-template-columns: 1fr;
	}

	.site-main [id^="rl-gallery-container-"] .rl-gallery.rl-basicgrid-gallery {
		grid-template-columns: 1fr;
	}

	.site-main .rl-gallery .rl-gallery-link img {
		min-height: 320px;
	}

	.featured-card--large {
		grid-column: auto;
		grid-row: auto;
	}

	.featured-card,
	.featured-card a,
	.featured-card img,
	.featured-card__placeholder {
		min-height: 260px;
	}

	.pricing-card {
		flex-direction: column;
		min-height: auto;
	}

	.contact-form {
		grid-template-columns: 1fr;
	}

	.site-footer__bottom {
		flex-direction: column;
	}
}

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

	.reveal {
		opacity: 1;
		transform: none;
	}

	.home-hero__media img {
		height: 100%;
		margin-top: 0;
		transform: none;
	}

	.featured-card img,
	.featured-card__placeholder {
		transform: none;
	}

	.floating-photo-object {
		animation: none;
		transform: translate3d(0, 0, 0) rotate(var(--object-rotate));
	}

	h1,
	h2 {
		transition: none;
	}

	h1:hover,
	h1:focus-within,
	h2:hover,
	h2:focus-within {
		transform: none;
		text-shadow: none;
	}

	h1::after,
	h2::after {
		display: none;
	}
}
