/* Page 46 only — Phase 8B dark cinematic editorial refinement. */
body.senta-photo-page-context .site-info,
body.senta-photo-page-context #footer-widgets,
body.senta-photo-page-context .site-footer {
	display: none !important;
}
/* GeneratePress' global 1200px container must not frame this full-bleed page. */
body.senta-photo-page-context #page,
body.senta-photo-page-context #content {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

/* Keep the native/global GeneratePress header behavior. */
body.senta-photo-page-context .site-header #site-navigation {
	background: transparent !important;
}
body.senta-photo-page-context .site-header:not(.is-scrolled) .site-logo img {
	filter: brightness(0) invert(1);
}
body.senta-photo-page-context .site-header.is-scrolled .site-logo img {
	filter: none;
}
body.senta-photo-page-context .site-header .site-branding a,
body.senta-photo-page-context .site-header .main-navigation .main-nav > ul > li > a,
body.senta-photo-page-context .site-header .menu-toggle {
	color: #f6f0e6 !important;
}
body.senta-photo-page-context .site-header .main-navigation .main-nav > ul > li > a:hover,
body.senta-photo-page-context .site-header .main-navigation .main-nav > ul > li > a:focus,
body.senta-photo-page-context .site-header .main-navigation .main-nav > ul > li.current-menu-item > a {
	color: #d9b978 !important;
}
body.senta-photo-page-context .site-header .main-navigation .main-nav ul ul li a {
	background: #fff !important;
	color: #101827 !important;
}
body.senta-photo-page-context .site-header.is-scrolled .site-branding a,
body.senta-photo-page-context .site-header.is-scrolled .main-navigation .main-nav > ul > li > a,
body.senta-photo-page-context .site-header.is-scrolled .menu-toggle {
	color: #101827 !important;
}
body.senta-photo-page-context .site-header.is-scrolled .main-navigation .main-nav > ul > li > a:hover,
body.senta-photo-page-context .site-header.is-scrolled .main-navigation .main-nav > ul > li > a:focus,
body.senta-photo-page-context .site-header.is-scrolled .main-navigation .main-nav > ul > li.current-menu-item > a {
	color: #8d6c39 !important;
}
@media (max-width: 768px) {
	body.senta-photo-page-context .site-header .mobile-menu-control-wrapper > .menu-toggle {
		border: 1px solid rgba(246, 240, 230, 0.42);
		background: rgba(12, 11, 9, 0.54) !important;
		color: #f6f0e6 !important;
		backdrop-filter: blur(8px);
	}
	body.senta-photo-page-context .site-header .mobile-menu-control-wrapper > .menu-toggle svg {
		color: currentColor !important;
		fill: currentColor !important;
	}
	body.senta-photo-page-context .site-header.is-scrolled .mobile-menu-control-wrapper > .menu-toggle {
		border-color: rgba(16, 24, 39, 0.12);
		background: #f4f1ec !important;
		color: #101827 !important;
	}
	body.senta-photo-page-context .site-header #site-navigation.toggled,
	body.senta-photo-page-context .site-header #site-navigation.toggled .inside-navigation {
		background-color: #fff !important;
		background-image: none !important;
	}
	body.senta-photo-page-context .site-header #site-navigation.toggled .main-nav a {
		color: #101827 !important;
	}
}

.senta-photo-page {
	--photo-black: #0d0d0c;
	--photo-charcoal: #12110f;
	--photo-warm-charcoal: #211d19;
	--photo-related: #181614;
	--photo-ink: #f6f0e6;
	--photo-muted: #b8afa3;
	--photo-gold: #c9a86b;
	--photo-gold-bright: #e0c487;
	--photo-line: rgba(246, 240, 230, 0.16);
	--photo-shell: 1360px;
	--photo-portfolio-shell: 1540px;
	background: var(--photo-charcoal);
	color: var(--photo-ink);
	font-family: inherit;
	overflow: clip;
}
.senta-photo-page *,
.senta-photo-page *::before,
.senta-photo-page *::after {
	box-sizing: border-box;
}
.senta-photo-page a {
	color: inherit;
}
.senta-photo-page h1,
.senta-photo-page h2,
.senta-photo-page h3,
.senta-photo-page p,
.senta-photo-page figure {
	margin-top: 0;
}
.senta-photo-page .photo-shell {
	width: min(var(--photo-shell), calc(100% - (2 * clamp(32px, 5vw, 72px))));
	margin-inline: auto;
}
.senta-photo-page .photo-portfolio > .photo-shell {
	width: min(var(--photo-portfolio-shell), calc(100% - (2 * clamp(32px, 4vw, 64px))));
}

/* Hero */
.senta-photo-page .photo-hero {
	position: relative;
	display: flex;
	min-height: 100svh;
	align-items: center;
	isolation: isolate;
	background: #15120f var(--photo-hero-image) center 42% / cover no-repeat;
}
.senta-photo-page .photo-hero::after {
	position: absolute;
	z-index: -1;
	inset: 0;
	background:
		radial-gradient(ellipse at center, transparent 35%, rgba(0, 0, 0, 0.42) 100%),
		linear-gradient(180deg, rgba(34, 22, 12, 0.12), rgba(0, 0, 0, 0.22));
	content: "";
	pointer-events: none;
}
.senta-photo-page .photo-hero__shade {
	position: absolute;
	z-index: -1;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(6, 6, 5, 0.94) 0%, rgba(11, 10, 8, 0.84) 31%, rgba(18, 14, 10, 0.53) 61%, rgba(8, 8, 7, 0.28) 100%),
		linear-gradient(0deg, rgba(0, 0, 0, 0.58), transparent 48%, rgba(0, 0, 0, 0.3));
	pointer-events: none;
}
.senta-photo-page .photo-hero__inner {
	position: relative;
	padding-block: clamp(132px, 15vh, 176px) clamp(90px, 11vh, 126px);
}
.senta-photo-page .photo-eyebrow,
.senta-photo-page .photo-kicker {
	color: var(--photo-gold);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.senta-photo-page .photo-eyebrow {
	max-width: 720px;
	margin-bottom: 24px;
	animation: photo-hero-enter 0.7s 0.05s both cubic-bezier(0.22, 1, 0.36, 1);
}
.senta-photo-page .photo-hero h1 {
	max-width: 720px;
	margin-bottom: 28px;
	color: transparent;
	font-size: clamp(64px, 7vw, 108px);
	font-weight: 800;
	letter-spacing: -0.06em;
	line-height: 0.9;
	text-transform: uppercase;
	-webkit-text-stroke: 1.6px rgba(245, 235, 216, 0.96);
	text-shadow: 0 0 34px rgba(201, 168, 107, 0.14);
	animation: photo-hero-enter 0.85s 0.13s both cubic-bezier(0.22, 1, 0.36, 1);
}
.senta-photo-page .photo-hero__lead {
	max-width: 680px;
	margin-bottom: 36px;
	color: #eee6da;
	font-size: clamp(1rem, 1.3vw, 1.2rem);
	line-height: 1.75;
	animation: photo-hero-enter 0.75s 0.23s both cubic-bezier(0.22, 1, 0.36, 1);
}
.senta-photo-page .photo-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	max-width: 720px;
	animation: photo-hero-enter 0.75s 0.33s both cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes photo-hero-enter {
	from {
		opacity: 0;
		transform: translateY(18px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.senta-photo-page .photo-button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 13px 21px;
	border: 1px solid transparent;
	border-radius: 1px;
	font-size: 0.73rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 280ms ease, border-color 280ms ease, color 280ms ease, transform 280ms ease;
}
.senta-photo-page .photo-button:hover,
.senta-photo-page .photo-button:focus-visible {
	transform: translateY(-2px);
}
.senta-photo-page .photo-button svg {
	width: 18px;
	height: 18px;
}
.senta-photo-page .photo-button--gold {
	background: var(--photo-gold);
	color: #191612 !important;
}
.senta-photo-page .photo-button--gold:hover,
.senta-photo-page .photo-button--gold:focus-visible {
	background: var(--photo-gold-bright);
}
.senta-photo-page .photo-button--outline {
	border-color: rgba(246, 240, 230, 0.56);
	background: rgba(8, 8, 7, 0.16);
	color: var(--photo-ink) !important;
	backdrop-filter: blur(4px);
}
.senta-photo-page .photo-button--outline:hover,
.senta-photo-page .photo-button--outline:focus-visible {
	border-color: var(--photo-gold);
	color: var(--photo-gold-bright) !important;
}
.senta-photo-page .photo-hero__scroll {
	position: absolute;
	bottom: 34px;
	left: 0;
	display: flex;
	align-items: center;
	gap: 15px;
	color: rgba(246, 240, 230, 0.6);
	font-size: 0.62rem;
	letter-spacing: 0.17em;
}
.senta-photo-page .photo-hero__scroll i {
	display: block;
	width: 64px;
	height: 1px;
	background: var(--photo-gold);
}

/* Shared editorial section hierarchy. */
.senta-photo-page .photo-section {
	padding-block: clamp(104px, 7vw, 128px);
}
.senta-photo-page .photo-section-heading {
	max-width: 760px;
	margin-bottom: clamp(54px, 5vw, 76px);
}
.senta-photo-page .photo-section-heading--center {
	max-width: 650px;
	margin-inline: auto;
	text-align: center;
}
.senta-photo-page .photo-section-heading .photo-kicker,
.senta-photo-page .photo-section-heading h2 {
	margin-bottom: 18px;
}
.senta-photo-page .photo-section-heading h2,
.senta-photo-page .photo-related h2,
.senta-photo-page .photo-cta h2 {
	font-size: clamp(2.75rem, 4.8vw, 4.9rem);
	font-weight: 500;
	letter-spacing: -0.055em;
	line-height: 0.98;
}
.senta-photo-page .photo-section-heading p:not(.photo-kicker),
.senta-photo-page .photo-cta > div > p:not(.photo-kicker) {
	max-width: 650px;
	color: var(--photo-muted);
	font-size: 1.04rem;
	line-height: 1.8;
}

/* Offers: seamless horizontal editorial composition, never card boxes. */
.senta-photo-page .photo-offers {
	background: var(--photo-charcoal);
}
.senta-photo-page .photo-offers__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--photo-line);
	border-bottom: 1px solid var(--photo-line);
}
.senta-photo-page .photo-offer {
	position: relative;
	display: grid;
	min-height: 388px;
	align-content: start;
	padding: 34px clamp(28px, 3.1vw, 50px) 42px 0;
	border-right: 1px solid var(--photo-line);
}
.senta-photo-page .photo-offer:not(:first-child) {
	padding-left: clamp(28px, 3.1vw, 50px);
}
.senta-photo-page .photo-offer:last-child {
	border-right: 0;
}
.senta-photo-page .photo-offer::before {
	position: absolute;
	top: -1px;
	left: 0;
	width: 44px;
	height: 1px;
	background: var(--photo-gold);
	content: "";
	transition: width 420ms cubic-bezier(0.22, 1, 0.36, 1);
}
.senta-photo-page .photo-offer:hover::before,
.senta-photo-page .photo-offer:focus-within::before {
	width: min(72%, 260px);
}
.senta-photo-page .photo-offer__number {
	display: block;
	margin-bottom: 46px;
	color: rgba(201, 168, 107, 0.72);
	font-size: clamp(2.7rem, 3.7vw, 4.2rem);
	font-weight: 300;
	letter-spacing: -0.06em;
	line-height: 0.8;
}
.senta-photo-page .photo-offer__icon {
	display: block;
	margin-bottom: 24px;
	color: var(--photo-gold);
}
.senta-photo-page .photo-offer__icon svg {
	width: 46px;
	height: 46px;
	transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}
.senta-photo-page .photo-offer:hover .photo-offer__icon svg {
	transform: translateY(-4px) scale(1.05);
}
.senta-photo-page .photo-offer h3 {
	margin-bottom: 14px;
	font-size: clamp(1.25rem, 1.7vw, 1.55rem);
	font-weight: 560;
	letter-spacing: -0.025em;
	line-height: 1.15;
	text-transform: uppercase;
	transition: color 300ms ease;
}
.senta-photo-page .photo-offer:hover h3 {
	color: var(--photo-gold-bright);
}
.senta-photo-page .photo-offer p {
	max-width: 330px;
	margin-bottom: 0;
	color: var(--photo-muted);
	font-size: 0.96rem;
	line-height: 1.75;
}

/* Pricing: broad custom editorial panels with price-first hierarchy. */
.senta-photo-page .photo-pricing {
	background: var(--photo-warm-charcoal);
}
.senta-photo-page .photo-pricing__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
	gap: clamp(16px, 1.7vw, 26px);
}
.senta-photo-page .photo-price-card {
	position: relative;
	display: flex;
	min-height: 600px;
	flex-direction: column;
	padding: clamp(34px, 3vw, 48px);
	border: 1px solid rgba(246, 240, 230, 0.14);
	background: linear-gradient(145deg, #2a2723, #1d1b19 72%);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
	color: var(--photo-ink);
}
.senta-photo-page .photo-price-card:nth-child(2) {
	border-color: rgba(201, 168, 107, 0.58);
	background:
		linear-gradient(180deg, rgba(201, 168, 107, 0.13), transparent 36%),
		linear-gradient(145deg, #342b21, #211d18 74%);
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.3), inset 0 3px 0 var(--photo-gold);
}
.senta-photo-page .photo-price-card.is-featured {
	border-color: rgba(246, 240, 230, 0.24);
	background: linear-gradient(145deg, #312d28, #211f1c 72%);
}
.senta-photo-page .photo-price-card__badge {
	position: absolute;
	top: 26px;
	right: 26px;
	padding: 6px 10px;
	border: 1px solid rgba(201, 168, 107, 0.72);
	background: transparent;
	color: var(--photo-gold-bright);
	font-size: 0.6rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.senta-photo-page .photo-price-card__name {
	margin-bottom: 10px;
	color: var(--photo-gold-bright);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}
.senta-photo-page .photo-price-card__target {
	min-height: 52px;
	margin: 0 0 34px;
	padding-right: 8px;
	color: var(--photo-muted);
	font-size: 0.92rem;
	line-height: 1.6;
}
.senta-photo-page .photo-price-card__price {
	display: block;
	margin-bottom: 8px;
	color: var(--photo-ink);
	font-size: clamp(3.5rem, 4.4vw, 5.15rem);
	font-weight: 500;
	letter-spacing: -0.075em;
	line-height: 0.92;
}
.senta-photo-page .photo-price-card:nth-child(2) .photo-price-card__price {
	color: #efd397;
}
.senta-photo-page .photo-price-card__period {
	display: block;
	margin-bottom: 34px;
	color: #a69b8e;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}
.senta-photo-page .photo-price-card ul {
	display: grid;
	gap: 13px;
	margin: 0 0 34px;
	padding: 27px 0 0;
	border-top: 1px solid rgba(246, 240, 230, 0.14);
	list-style: none;
}
.senta-photo-page .photo-price-card li {
	position: relative;
	padding-left: 25px;
	color: #d6cfc5;
	font-size: 0.91rem;
	line-height: 1.5;
}
.senta-photo-page .photo-price-card li::before {
	position: absolute;
	left: 0;
	color: var(--photo-gold);
	content: "✓";
	font-weight: 800;
}
.senta-photo-page .photo-text-link {
	display: inline-flex;
	min-height: 49px;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: auto;
	padding: 0 17px;
	border: 1px solid rgba(201, 168, 107, 0.55);
	color: var(--photo-gold-bright) !important;
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 280ms ease, color 280ms ease, border-color 280ms ease;
}
.senta-photo-page .photo-text-link:hover,
.senta-photo-page .photo-text-link:focus-visible {
	border-color: var(--photo-gold-bright);
	background: var(--photo-gold);
	color: #191612 !important;
}

/* Portfolio: deterministic 12-column editorial rhythm and bounded ratios. */
.senta-photo-page .photo-portfolio {
	background: var(--photo-black);
}
.senta-photo-page .photo-portfolio .photo-section-heading {
	margin-bottom: clamp(60px, 5vw, 82px);
}
.senta-photo-page .photo-gallery {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	align-items: start;
	gap: clamp(10px, 1vw, 16px);
}
.senta-photo-page .photo-gallery__item {
	position: relative;
	min-width: 0;
	margin: 0;
	overflow: hidden;
	background: #27231f;
}
.senta-photo-page .photo-gallery__item:nth-child(1) {
	grid-column: span 7;
	aspect-ratio: 16 / 10;
}
.senta-photo-page .photo-gallery__item:nth-child(2) {
	grid-column: span 5;
	aspect-ratio: 8 / 7;
}
.senta-photo-page .photo-gallery__item:nth-child(n+3):nth-child(-n+5) {
	grid-column: span 4;
	aspect-ratio: 3 / 2;
}
.senta-photo-page .photo-gallery__item:nth-child(6) {
	grid-column: span 5;
	aspect-ratio: 8 / 7;
}
.senta-photo-page .photo-gallery__item:nth-child(7) {
	grid-column: span 7;
	aspect-ratio: 16 / 10;
}
.senta-photo-page .photo-gallery__item:nth-child(n+8):nth-child(-n+10) {
	grid-column: span 4;
	aspect-ratio: 3 / 2;
}
.senta-photo-page .photo-gallery__item:nth-child(n+11):nth-child(-n+14) {
	grid-column: span 3;
	aspect-ratio: 4 / 5;
}
.senta-photo-page .photo-gallery__item:nth-child(n+15):nth-child(-n+18) {
	grid-column: span 3;
	aspect-ratio: 3 / 2;
}
.senta-photo-page .photo-gallery__item:nth-child(n+19) {
	grid-column: span 6;
	aspect-ratio: 16 / 10;
}
.senta-photo-page .photo-gallery__item a,
.senta-photo-page .photo-gallery__item img {
	display: block;
	width: 100%;
	height: 100%;
}
.senta-photo-page .photo-gallery__item a::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, 0.46));
	content: "";
	opacity: 0;
	pointer-events: none;
	transition: opacity 420ms ease;
}
.senta-photo-page .photo-gallery__item img {
	object-fit: cover;
	transition: filter 440ms ease, transform 440ms cubic-bezier(0.22, 1, 0.36, 1);
}
.senta-photo-page .photo-gallery__item:hover img,
.senta-photo-page .photo-gallery__item:focus-within img {
	filter: brightness(0.84);
	transform: scale(1.05);
}
.senta-photo-page .photo-gallery__item:hover a::after,
.senta-photo-page .photo-gallery__item:focus-within a::after {
	opacity: 1;
}
.senta-photo-page .photo-gallery__item figcaption {
	position: absolute;
	z-index: 1;
	right: 18px;
	bottom: 15px;
	left: 18px;
	color: #fff;
	font-size: 0.65rem;
	letter-spacing: 0.14em;
	opacity: 0;
	pointer-events: none;
	text-shadow: 0 1px 5px #000;
	text-transform: uppercase;
	transform: translateY(7px);
	transition: opacity 350ms ease, transform 350ms ease;
}
.senta-photo-page .photo-gallery__item:hover figcaption,
.senta-photo-page .photo-gallery__item:focus-within figcaption {
	opacity: 0.92;
	transform: translateY(0);
}
.senta-photo-page .photo-gallery__item.is-hidden {
	display: none;
}
.senta-photo-page .photo-load-more {
	display: flex;
	width: auto;
	max-width: fit-content;
	min-width: 190px;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin: 42px auto 0;
	padding: 14px 24px;
	border: 1px solid rgba(201, 168, 107, 0.72);
	background: transparent;
	color: var(--photo-gold-bright);
	cursor: pointer;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	transition: background-color 280ms ease, color 280ms ease, transform 280ms ease;
}
.senta-photo-page .photo-load-more:hover,
.senta-photo-page .photo-load-more:focus-visible {
	background: var(--photo-gold);
	color: #17130f;
	transform: translateY(-2px);
}

/* Related services: full-width editorial link rows. */
.senta-photo-page .photo-related {
	padding-block: clamp(96px, 7vw, 118px);
	background: var(--photo-related);
}
.senta-photo-page .photo-related h2 {
	max-width: 780px;
	margin-bottom: 54px;
}
.senta-photo-page .photo-related__grid {
	border-top: 1px solid var(--photo-line);
}
.senta-photo-page .photo-related__grid a {
	position: relative;
	display: grid;
	min-height: 108px;
	grid-template-columns: minmax(120px, 0.35fr) minmax(0, 1fr) auto;
	align-items: center;
	gap: 24px;
	border-bottom: 1px solid var(--photo-line);
	text-decoration: none;
}
.senta-photo-page .photo-related__grid a::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 1px;
	background: var(--photo-gold);
	content: "";
	transition: width 450ms cubic-bezier(0.22, 1, 0.36, 1);
}
.senta-photo-page .photo-related__grid a:hover::after,
.senta-photo-page .photo-related__grid a:focus-visible::after {
	width: 100%;
}
.senta-photo-page .photo-related__grid small {
	color: var(--photo-gold);
	font-size: 0.61rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}
.senta-photo-page .photo-related__grid strong {
	font-size: clamp(1.1rem, 1.55vw, 1.4rem);
	font-weight: 520;
	letter-spacing: -0.02em;
	transition: color 300ms ease;
}
.senta-photo-page .photo-related__grid a:hover strong,
.senta-photo-page .photo-related__grid a:focus-visible strong {
	color: var(--photo-gold-bright);
}
.senta-photo-page .photo-related__grid span {
	color: var(--photo-gold);
	font-size: 1.35rem;
	transition: transform 300ms ease;
}
.senta-photo-page .photo-related__grid a:hover span,
.senta-photo-page .photo-related__grid a:focus-visible span {
	transform: translate(5px, -5px);
}

/* CTA: an intentional warm cinematic closing frame. */
.senta-photo-page .photo-cta {
	position: relative;
	display: flex;
	min-height: clamp(460px, 34vw, 540px);
	align-items: center;
	isolation: isolate;
	overflow: hidden;
	background: linear-gradient(118deg, #8e642f 0%, #c49a5b 46%, #e0c58b 100%);
	color: #1d1810;
}
.senta-photo-page .photo-cta::before {
	position: absolute;
	z-index: -1;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(80, 49, 19, 0.22), rgba(255, 241, 205, 0.12)),
		var(--photo-hero-image) center 42% / cover no-repeat;
	content: "";
	filter: grayscale(0.3) sepia(0.25);
	opacity: 0.14;
	mix-blend-mode: multiply;
	pointer-events: none;
}
.senta-photo-page .photo-cta::after {
	position: absolute;
	z-index: -1;
	inset: 0;
	background: radial-gradient(circle at 82% 50%, rgba(255, 245, 218, 0.24), transparent 34%);
	content: "";
	pointer-events: none;
}
.senta-photo-page .photo-cta > .photo-shell {
	padding-block: 78px;
}
.senta-photo-page .photo-cta .photo-kicker {
	margin-bottom: 22px;
	color: #3d2d17;
}
.senta-photo-page .photo-cta h2 {
	max-width: 900px;
	margin-bottom: 24px;
	font-size: clamp(3rem, 4.5vw, 4rem);
}
.senta-photo-page .photo-cta > div > p:not(.photo-kicker) {
	max-width: 620px;
	margin-bottom: 31px;
	color: #49371f;
}
.senta-photo-page .photo-button--dark {
	min-width: 166px;
	background: #211b13;
	color: #f7eddc !important;
}
.senta-photo-page .photo-button--dark:hover,
.senta-photo-page .photo-button--dark:focus-visible {
	background: #342717;
}

/* Existing Page 46 footer content and structure remain unchanged. */
.senta-photo-page .photo-footer {
	background: #10100f;
	color: #eee7dc;
}
.senta-photo-page .photo-footer__grid {
	display: grid;
	grid-template-columns: 1.45fr 1fr 1fr 1fr;
	gap: 44px;
	padding: 76px 0 62px;
}
.senta-photo-page .photo-footer__grid > div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}
.senta-photo-page .photo-footer__grid h3 {
	margin-bottom: 9px;
	color: var(--photo-gold);
	font-size: 0.72rem;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}
.senta-photo-page .photo-footer__grid p,
.senta-photo-page .photo-footer__grid address,
.senta-photo-page .photo-footer__grid a {
	margin: 0;
	color: #a9a197;
	font-size: 0.88rem;
	font-style: normal;
	line-height: 1.7;
	text-decoration: none;
}
.senta-photo-page .photo-footer__grid a:hover,
.senta-photo-page .photo-footer__grid a:focus-visible {
	color: var(--photo-gold-bright);
}
.senta-photo-page .photo-footer__grid a span {
	color: #e9dfd0;
}
.senta-photo-page .photo-footer__logo {
	width: auto;
	max-width: 150px;
	max-height: 52px;
	margin-bottom: 11px;
	object-fit: contain;
}
.senta-photo-page .photo-footer__bottom {
	padding: 21px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: #817a71;
	font-size: 0.72rem;
	letter-spacing: 0.05em;
}

/* Tablet */
@media (max-width: 1100px) {
	.senta-photo-page .photo-section {
		padding-block: 92px;
	}
	.senta-photo-page .photo-offer,
	.senta-photo-page .photo-offer:not(:first-child) {
		padding-right: 25px;
		padding-left: 25px;
	}
	.senta-photo-page .photo-offer:first-child {
		padding-left: 0;
	}
	.senta-photo-page .photo-pricing__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.senta-photo-page .photo-price-card {
		min-height: 570px;
	}
	.senta-photo-page .photo-price-card:nth-child(3) {
		width: calc(50% - 10px);
		grid-column: 1 / -1;
		justify-self: center;
	}
	.senta-photo-page .photo-gallery {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
	.senta-photo-page .photo-gallery .photo-gallery__item {
		grid-column: span 2 !important;
		aspect-ratio: 3 / 2 !important;
	}
	.senta-photo-page .photo-gallery__item:nth-child(1) {
		grid-column: span 4 !important;
		aspect-ratio: 16 / 10 !important;
	}
	.senta-photo-page .photo-gallery__item:nth-child(2) {
		grid-column: span 2 !important;
		aspect-ratio: 4 / 5 !important;
	}
	.senta-photo-page .photo-gallery__item:nth-child(n+11):nth-child(-n+14) {
		aspect-ratio: 4 / 5 !important;
	}
	.senta-photo-page .photo-gallery__item:nth-child(n+19) {
		grid-column: span 3 !important;
		aspect-ratio: 16 / 10 !important;
	}
	.senta-photo-page .photo-related__grid a {
		grid-template-columns: 140px minmax(0, 1fr) auto;
		gap: 18px;
	}
	.senta-photo-page .photo-footer__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 38px 26px;
	}
}

@media (max-width: 800px) {
	.senta-photo-page .photo-shell,
	.senta-photo-page .photo-portfolio > .photo-shell {
		width: calc(100% - 80px);
	}
	.senta-photo-page .photo-hero {
		background-position: 58% center;
	}
	.senta-photo-page .photo-hero__shade {
		background:
			linear-gradient(90deg, rgba(6, 6, 5, 0.93), rgba(10, 9, 8, 0.72) 62%, rgba(8, 8, 7, 0.42)),
			linear-gradient(0deg, rgba(0, 0, 0, 0.62), transparent 54%, rgba(0, 0, 0, 0.38));
	}
	.senta-photo-page .photo-hero h1 {
		font-size: clamp(3.5rem, 11vw, 5.7rem);
	}
	.senta-photo-page .photo-offers__grid {
		grid-template-columns: 1fr;
		border-bottom: 0;
	}
	.senta-photo-page .photo-offer,
	.senta-photo-page .photo-offer:not(:first-child),
	.senta-photo-page .photo-offer:first-child {
		min-height: 0;
		grid-template-columns: 84px 68px minmax(0, 1fr);
		align-items: start;
		padding: 34px 0;
		border-right: 0;
		border-bottom: 1px solid var(--photo-line);
	}
	.senta-photo-page .photo-offer__number {
		grid-row: 1 / span 2;
		margin: 0;
		font-size: 2.5rem;
	}
	.senta-photo-page .photo-offer__icon {
		grid-row: 1 / span 2;
		margin: 0;
	}
	.senta-photo-page .photo-offer h3 {
		margin: 2px 0 10px;
	}
	.senta-photo-page .photo-offer p {
		grid-column: 3;
	}
	.senta-photo-page .photo-pricing__grid {
		grid-template-columns: 1fr;
	}
	.senta-photo-page .photo-price-card,
	.senta-photo-page .photo-price-card:nth-child(3) {
		width: 100%;
		min-height: auto;
		grid-column: auto;
	}
	.senta-photo-page .photo-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}
	.senta-photo-page .photo-gallery .photo-gallery__item {
		grid-column: span 1 !important;
		aspect-ratio: 4 / 5 !important;
	}
	.senta-photo-page .photo-gallery__item:nth-child(1) {
		grid-column: 1 / -1 !important;
		aspect-ratio: 16 / 10 !important;
	}
	.senta-photo-page .photo-gallery__item figcaption {
		display: none;
	}
	.senta-photo-page .photo-related__grid a {
		min-height: 96px;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 14px;
	}
	.senta-photo-page .photo-related__grid small {
		display: none;
	}
}

/* Phones: designed independently rather than scaled desktop. */
@media (max-width: 600px) {
	.senta-photo-page .photo-shell,
	.senta-photo-page .photo-portfolio > .photo-shell {
		width: calc(100% - 36px);
	}
	.senta-photo-page .photo-hero {
		min-height: 100svh;
		background-position: 61% center;
	}
	.senta-photo-page .photo-hero__inner {
		display: flex;
		min-height: 100svh;
		flex-direction: column;
		justify-content: center;
		padding-block: 118px 76px;
	}
	.senta-photo-page .photo-eyebrow {
		margin-bottom: 19px;
		font-size: 0.61rem;
		letter-spacing: 0.16em;
	}
	.senta-photo-page .photo-hero h1 {
			width: 100%;
			max-width: 100%;
			margin-bottom: 23px;
			font-size: clamp(2.7rem, 12.4vw, 3.55rem);
			line-height: 0.91;
			letter-spacing: -0.065em;
			overflow-wrap: normal;
			word-break: keep-all;
			-webkit-text-stroke: 1.35px rgba(245, 235, 216, 0.98);
			text-shadow: 0 2px 22px rgba(0, 0, 0, 0.42), 0 0 28px rgba(201, 168, 107, 0.13);
		}
	.senta-photo-page .photo-hero__lead {
		max-width: 100%;
		margin-bottom: 28px;
		font-size: 0.94rem;
		line-height: 1.62;
	}
	.senta-photo-page .photo-hero__actions {
		display: grid;
		width: 100%;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 9px;
	}
	.senta-photo-page .photo-button {
		min-width: 0;
		min-height: 47px;
		padding: 11px 9px;
		font-size: 0.66rem;
		letter-spacing: 0.06em;
		white-space: nowrap;
	}
	.senta-photo-page .photo-button--gold {
		grid-column: 1 / -1;
	}
	.senta-photo-page .photo-hero__scroll {
		display: none;
	}
	.senta-photo-page .photo-section {
		padding-block: 68px;
	}
	.senta-photo-page .photo-section-heading {
		margin-bottom: 40px;
	}
	.senta-photo-page .photo-section-heading--center {
		text-align: left;
	}
	.senta-photo-page .photo-section-heading h2,
	.senta-photo-page .photo-related h2,
	.senta-photo-page .photo-cta h2 {
		font-size: clamp(2.3rem, 11vw, 3.15rem);
		line-height: 1;
	}
	.senta-photo-page .photo-section-heading p:not(.photo-kicker),
	.senta-photo-page .photo-cta > div > p:not(.photo-kicker) {
		font-size: 0.92rem;
		line-height: 1.68;
	}
	.senta-photo-page .photo-offer,
	.senta-photo-page .photo-offer:not(:first-child),
	.senta-photo-page .photo-offer:first-child {
		grid-template-columns: 58px 54px minmax(0, 1fr);
		padding: 28px 0 30px;
	}
	.senta-photo-page .photo-offer::before {
		width: 34px;
	}
	.senta-photo-page .photo-offer__number {
		font-size: 1.9rem;
	}
	.senta-photo-page .photo-offer__icon svg {
		width: 36px;
		height: 36px;
	}
	.senta-photo-page .photo-offer h3 {
		font-size: 1.05rem;
		line-height: 1.2;
	}
	.senta-photo-page .photo-offer p {
		font-size: 0.86rem;
		line-height: 1.62;
	}
	.senta-photo-page .photo-pricing__grid {
		gap: 14px;
	}
	.senta-photo-page .photo-price-card {
		padding: 30px 24px 25px;
	}
	.senta-photo-page .photo-price-card__badge {
		top: 22px;
		right: 20px;
	}
	.senta-photo-page .photo-price-card__target {
		min-height: 0;
		margin-bottom: 27px;
	}
	.senta-photo-page .photo-price-card__price {
		font-size: clamp(3.25rem, 16vw, 4.35rem);
	}
	.senta-photo-page .photo-price-card ul {
		margin-bottom: 28px;
		padding-top: 23px;
	}
	.senta-photo-page .photo-gallery {
		gap: 8px;
	}
	.senta-photo-page .photo-load-more {
		width: auto;
		max-width: fit-content;
		min-height: 52px;
		margin-top: 30px;
	}
	.senta-photo-page .photo-related {
		padding-block: 68px;
	}
	.senta-photo-page .photo-related h2 {
		margin-bottom: 38px;
	}
	.senta-photo-page .photo-related__grid a {
		min-height: 88px;
		grid-template-columns: minmax(0, 1fr) 22px;
		gap: 10px;
	}
	.senta-photo-page .photo-related__grid strong {
		font-size: 1rem;
		line-height: 1.3;
	}
	.senta-photo-page .photo-related__grid span {
		font-size: 1.1rem;
	}
	.senta-photo-page .photo-cta {
		min-height: 460px;
	}
	.senta-photo-page .photo-cta > .photo-shell {
		padding-block: 68px;
	}
	.senta-photo-page .photo-cta h2 {
		margin-bottom: 22px;
	}
	.senta-photo-page .photo-cta .photo-button--dark {
		display: inline-flex;
		width: auto;
		min-width: 158px;
	}
	.senta-photo-page .photo-footer__grid {
		grid-template-columns: 1fr 1fr;
		gap: 32px 22px;
		padding: 60px 0 45px;
	}
	.senta-photo-page .photo-footer__grid > div:first-child {
		grid-column: 1 / -1;
	}
	.senta-photo-page .photo-footer__grid p,
	.senta-photo-page .photo-footer__grid address,
	.senta-photo-page .photo-footer__grid a {
		font-size: 0.78rem;
		overflow-wrap: anywhere;
	}
	.senta-photo-page .photo-footer__logo {
		max-width: 125px;
	}
}

@media (max-width: 370px) {
	.senta-photo-page .photo-shell,
	.senta-photo-page .photo-portfolio > .photo-shell {
		width: calc(100% - 28px);
	}
	.senta-photo-page .photo-hero h1 {
		font-size: 2.86rem;
	}
	.senta-photo-page .photo-hero__actions {
		gap: 8px;
	}
	.senta-photo-page .photo-button {
		font-size: 0.57rem;
	}
	.senta-photo-page .photo-footer__grid {
		grid-template-columns: 1fr;
	}
	.senta-photo-page .photo-footer__grid > div:first-child {
		grid-column: auto;
	}
}

/* Phase 8C.1: Page 46 hero words are intentional visual lines. */
body.senta-photo-page-context .photo-hero h1 {
	width: min(820px, 100%);
	max-width: 820px;
	word-break: normal;
	overflow-wrap: normal;
	white-space: normal;
}
body.senta-photo-page-context .photo-hero h1 > span {
	display: block;
	white-space: nowrap;
}
@media (min-width: 801px) {
	body.senta-photo-page-context .photo-hero h1 {
		font-size: clamp(64px, 6.5vw, 104px);
		letter-spacing: -0.055em;
	}
}
/* Phase 8C-R: Page 46 runtime refinements. */
body.senta-photo-page-context .site-header .inside-header{width:min(1360px,calc(100% - 64px));margin-inline:auto;padding:18px 0}
body.senta-photo-page-context .site-header .main-navigation .main-nav>ul>li>a{padding-inline:14px;font-size:.78rem}
body.senta-photo-page-context .site-header .main-navigation .main-nav>ul{gap:4px}
body.senta-photo-page-context .site-header .main-navigation .main-nav>ul>li:last-child>a{display:inline-flex!important;height:42px!important;min-height:42px!important;align-items:center;gap:7px;padding:0 16px!important;border:1px solid currentColor!important;border-radius:999px;background:transparent!important;font-size:.68rem!important;line-height:1!important}
body.senta-photo-page-context .site-header .main-navigation .main-nav>ul>li:last-child svg{width:16px;height:16px}
body.senta-photo-page-context .photo-offer{grid-template-rows:auto auto 1fr}
body.senta-photo-page-context .photo-portfolio>.photo-shell{width:min(1040px,calc(100% - 64px))}
body.senta-photo-page-context .photo-gallery__item a{cursor:pointer}
body.senta-photo-page-context .photo-gallery__item a::after,body.senta-photo-page-context .photo-gallery__item figcaption{display:none!important}
body.senta-photo-page-context .photo-gallery__item:hover img,body.senta-photo-page-context .photo-gallery__item:focus-within img{filter:brightness(.94);transform:scale(1.045)}
body.senta-photo-page-context .photo-lightbox{position:fixed;z-index:100000;inset:0;display:grid;place-items:center;padding:64px;background:rgba(5,5,5,.94);opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}
body.senta-photo-page-context .photo-lightbox.is-open{opacity:1;visibility:visible}
body.senta-photo-page-context .photo-lightbox img{max-width:min(92vw,1400px);max-height:86vh;width:auto;height:auto;object-fit:contain;transform:scale(.97);transition:transform .25s ease}
body.senta-photo-page-context .photo-lightbox.is-open img{transform:scale(1)}
body.senta-photo-page-context .photo-lightbox button{position:absolute;border:1px solid rgba(255,255,255,.35);background:rgba(0,0,0,.3);color:#fff;cursor:pointer}
body.senta-photo-page-context .photo-lightbox__close{top:20px;right:24px;width:44px;height:44px;font-size:28px}
body.senta-photo-page-context .photo-lightbox__prev,body.senta-photo-page-context .photo-lightbox__next{top:50%;width:46px;height:46px;transform:translateY(-50%);font-size:24px}
body.senta-photo-page-context .photo-lightbox__prev{left:22px}body.senta-photo-page-context .photo-lightbox__next{right:22px}
@media(max-width:768px){body.senta-photo-page-context .site-header .inside-header{width:calc(100% - 36px);padding:14px 0}body.senta-photo-page-context .site-header .mobile-menu-control-wrapper>.menu-toggle{width:42px;height:42px;padding:0;border:0!important;border-radius:0;background:transparent!important;box-shadow:none;color:#f6f0e6!important;transition:color .25s ease,transform .25s ease}body.senta-photo-page-context .site-header .mobile-menu-control-wrapper>.menu-toggle svg{width:22px;height:22px;transition:transform .25s ease}body.senta-photo-page-context .site-header .mobile-menu-control-wrapper>.menu-toggle[aria-expanded=true] svg{transform:rotate(90deg)}body.senta-photo-page-context .photo-portfolio>.photo-shell{width:calc(100% - 36px)}body.senta-photo-page-context .photo-lightbox{padding:48px 18px}body.senta-photo-page-context .photo-lightbox__prev{left:8px}body.senta-photo-page-context .photo-lightbox__next{right:8px}body.senta-photo-page-context .photo-lightbox__prev,body.senta-photo-page-context .photo-lightbox__next{width:38px;height:38px}}

/* Phase 8C-R2: Page 46-only header and mobile refinements. */
@media(min-width:769px){body.senta-photo-page-context .site-header .inside-header{width:min(1360px,calc(100% - 144px));max-width:none!important;padding:18px 0}body.senta-photo-page-context .site-header .site-branding-container{align-self:center}body.senta-photo-page-context .site-header #site-navigation{margin-left:auto}body.senta-photo-page-context .site-header #site-navigation .inside-navigation{height:auto;min-height:0;align-items:center}body.senta-photo-page-context .site-header #site-navigation .main-nav>ul{display:flex;align-items:center;flex-wrap:nowrap;height:auto;gap:0}body.senta-photo-page-context .site-header #site-navigation .main-nav>ul>li>a{line-height:44px;padding-inline:12px}body.senta-photo-page-context .site-header #site-navigation .main-nav>ul>li.menu-item-has-children>a{padding-right:0}body.senta-photo-page-context .site-header .main-navigation .dropdown-menu-toggle{padding-inline:6px}body.senta-photo-page-context .site-header .main-nav .senta-social{display:flex;align-items:center;margin-left:8px}body.senta-photo-page-context .site-header .main-nav .senta-social>a{display:grid;place-items:center;width:28px;height:44px;padding:0!important;line-height:1!important}body.senta-photo-page-context .site-header .main-nav .senta-social svg{width:16px;height:16px;fill:currentColor}body.senta-photo-page-context .site-header .main-nav .senta-header-cta{margin-left:8px}body.senta-photo-page-context .site-header .main-navigation .main-nav>ul>li:last-child>a{line-height:1!important}}
@media(max-width:768px){body.senta-photo-page-context .site-header #site-navigation.toggled,body.senta-photo-page-context .site-header #site-navigation.toggled .inside-navigation{background:#11100f!important;color:#f6f0e6!important}body.senta-photo-page-context .site-header #site-navigation.toggled .main-nav a{color:#f6f0e6!important}body.senta-photo-page-context .site-header #site-navigation.toggled .main-nav>ul>li>a{line-height:48px;padding-inline:18px}body.senta-photo-page-context .photo-offer,body.senta-photo-page-context .photo-offer:not(:first-child),body.senta-photo-page-context .photo-offer:first-child{display:grid;grid-template-columns:54px minmax(0,1fr);grid-template-rows:auto auto;align-items:start;padding:28px 0 30px}body.senta-photo-page-context .photo-offer__icon{grid-column:1;grid-row:1;margin:0}body.senta-photo-page-context .photo-offer h3{grid-column:2;grid-row:1;margin:4px 0 0}body.senta-photo-page-context .photo-offer p{grid-column:1/-1;grid-row:2;margin:16px 0 0;max-width:none}body.senta-photo-page-context .photo-gallery{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}body.senta-photo-page-context .photo-gallery .photo-gallery__item{grid-column:span 3!important;aspect-ratio:4/5!important}body.senta-photo-page-context .photo-gallery .photo-gallery__item:nth-child(1){grid-column:1/-1!important;aspect-ratio:16/9!important}body.senta-photo-page-context .photo-gallery .photo-gallery__item:nth-child(4n+2){grid-column:span 4!important;aspect-ratio:3/2!important}body.senta-photo-page-context .photo-gallery .photo-gallery__item:nth-child(4n+3){grid-column:span 2!important;aspect-ratio:4/5!important}body.senta-photo-page-context .photo-gallery .photo-gallery__item:nth-child(4n+4){grid-column:span 2!important;aspect-ratio:4/5!important}body.senta-photo-page-context .photo-gallery .photo-gallery__item:nth-child(4n+5){grid-column:span 4!important;aspect-ratio:3/2!important}body.senta-photo-page-context .photo-cta{text-align:center}body.senta-photo-page-context .photo-cta>.photo-shell{display:flex;flex-direction:column;align-items:center}body.senta-photo-page-context .photo-cta .photo-kicker{text-align:center}body.senta-photo-page-context .photo-cta h2,body.senta-photo-page-context .photo-cta>div>p:not(.photo-kicker){text-align:center}}
body.senta-photo-page-context .photo-gallery__item{display:block!important}

/* Phase 8C-R3: Page 46 desktop header polish. */
@media(min-width:769px){
 body.senta-photo-page-context .site-header.is-scrolled{background:rgba(17,16,15,.96)!important;box-shadow:0 8px 28px rgba(0,0,0,.3)}
 body.senta-photo-page-context .site-header.is-scrolled .site-logo img{filter:brightness(0) invert(1)!important}
 body.senta-photo-page-context .site-header.is-scrolled .site-branding a,
 body.senta-photo-page-context .site-header.is-scrolled .main-navigation .main-nav>ul>li>a{color:#f6f0e6!important}
 body.senta-photo-page-context .site-header.is-scrolled .main-navigation .main-nav>ul>li>a:hover,
 body.senta-photo-page-context .site-header.is-scrolled .main-navigation .main-nav>ul>li>a:focus,
 body.senta-photo-page-context .site-header.is-scrolled .main-navigation .main-nav>ul>li.current-menu-item>a{color:#d9b978!important}
 body.senta-photo-page-context .site-header .main-nav .senta-social{position:relative;margin-left:16px!important;padding-left:14px;border-left:1px solid rgba(246,240,230,.36)}
  body.senta-photo-page-context .site-header .main-nav .senta-social::before{display:none}
 body.senta-photo-page-context .site-header .main-nav .senta-social>a:first-child svg{fill:none!important;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
 body.senta-photo-page-context .site-header .main-nav .senta-social>a:first-child svg .fill{fill:none!important}
}
@media(max-width:768px){
 body.senta-photo-page-context .site-header.is-scrolled{background:rgba(17,16,15,.96)!important;box-shadow:0 8px 28px rgba(0,0,0,.3)}
 body.senta-photo-page-context .site-header.is-scrolled .site-logo img{filter:brightness(0) invert(1)!important}
 body.senta-photo-page-context .site-header.is-scrolled .site-branding a,
  body.senta-photo-page-context .site-header.is-scrolled .menu-toggle{color:#f6f0e6!important}
  body.senta-photo-page-context .site-header.is-scrolled .mobile-menu-control-wrapper>.menu-toggle{background:transparent!important;background-color:transparent!important;color:#f6f0e6!important}
}

/* Phase 8C-R4: Preserve gallery source ratios and refine lightbox. */
body.senta-photo-page-context .photo-portfolio>.photo-shell{width:min(1280px,80vw)}
body.senta-photo-page-context .photo-portfolio .photo-section-heading--center{max-width:900px}
@media(min-width:769px){
 body.senta-photo-page-context .photo-portfolio .photo-section-heading--center h2{white-space:nowrap}
 body.senta-photo-page-context .photo-gallery{display:block;column-count:4;column-gap:16px}
 body.senta-photo-page-context .photo-gallery__item{display:inline-block!important;width:100%;margin:0 0 16px;break-inside:avoid;aspect-ratio:auto!important;background:transparent;overflow:visible}
 body.senta-photo-page-context .photo-gallery__item a,body.senta-photo-page-context .photo-gallery__item img{height:auto!important;aspect-ratio:auto!important;object-fit:contain!important}
}
body.senta-photo-page-context .photo-gallery__item.is-revealing{animation:photo-gallery-stack-in .52s cubic-bezier(.22,1,.36,1) both}
@keyframes photo-gallery-stack-in{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}
body.senta-photo-page-context .photo-lightbox.is-slide-next img{animation:photo-lightbox-next .28s ease both}
body.senta-photo-page-context .photo-lightbox.is-slide-prev img{animation:photo-lightbox-prev .28s ease both}
@keyframes photo-lightbox-next{from{opacity:0;transform:translateX(42px)}to{opacity:1;transform:translateX(0)}}
@keyframes photo-lightbox-prev{from{opacity:0;transform:translateX(-42px)}to{opacity:1;transform:translateX(0)}}
@media(max-width:768px){
 body.senta-photo-page-context .site-header .mobile-menu-control-wrapper>.menu-toggle,body.senta-photo-page-context .site-header .mobile-menu-control-wrapper>.menu-toggle:hover,body.senta-photo-page-context .site-header .mobile-menu-control-wrapper>.menu-toggle:focus{background:transparent!important;background-color:transparent!important;background-image:none!important;box-shadow:none!important;outline:0!important;-webkit-appearance:none!important;appearance:none!important}
 body.senta-photo-page-context .site-header #site-navigation.toggled .sub-menu,body.senta-photo-page-context .site-header #site-navigation.toggled .sub-menu.toggled-on{background:#25221f!important;border-color:rgba(246,240,230,.12)!important}
 body.senta-photo-page-context .site-header #site-navigation.toggled .sub-menu a{background:#25221f!important;color:#f6f0e6!important}
 body.senta-photo-page-context .photo-portfolio .photo-section-heading--center,body.senta-photo-page-context .photo-portfolio .photo-section-heading--center h2,body.senta-photo-page-context .photo-portfolio .photo-section-heading--center p{text-align:center}
 body.senta-photo-page-context .photo-gallery{display:block;column-count:2;column-gap:8px}
 body.senta-photo-page-context .photo-gallery .photo-gallery__item,body.senta-photo-page-context .photo-gallery .photo-gallery__item:nth-child(n){display:inline-block!important;width:100%;margin:0 0 8px;break-inside:avoid;grid-column:auto!important;aspect-ratio:auto!important;background:transparent;overflow:visible}
 body.senta-photo-page-context .photo-gallery__item a,body.senta-photo-page-context .photo-gallery__item img{height:auto!important;aspect-ratio:auto!important;object-fit:contain!important}
 body.senta-photo-page-context .photo-lightbox__prev,body.senta-photo-page-context .photo-lightbox__next{display:none!important}
 body.senta-photo-page-context .photo-lightbox__close{display:grid;place-items:center;padding:0;line-height:1}
}

/* Phase 8C-R5: portfolio copy and lightbox control alignment. */
body.senta-photo-page-context .photo-portfolio .photo-section-heading--center,
body.senta-photo-page-context .photo-portfolio .photo-section-heading--center h2,
body.senta-photo-page-context .photo-portfolio .photo-section-heading--center p{margin-inline:auto;text-align:center!important}
body.senta-photo-page-context .photo-portfolio .photo-section-heading--center p{max-width:650px}
@media(min-width:769px){
 body.senta-photo-page-context .photo-lightbox__prev,
 body.senta-photo-page-context .photo-lightbox__next,
 body.senta-photo-page-context .photo-lightbox__close{display:grid;place-items:center;padding:0!important;line-height:1!important;text-align:center!important}
 body.senta-photo-page-context .photo-lightbox__prev,
 body.senta-photo-page-context .photo-lightbox__next{border:0!important;background:transparent!important;font-size:36px}
 body.senta-photo-page-context .photo-lightbox__close{border:0!important;background:transparent!important;font-size:30px}
}

/* Mobile hamburger: keep only the three-line icon, no button tile/overlay. */
@media (max-width: 768px) {
	body.senta-photo-page-context .site-header .mobile-menu-control-wrapper > .menu-toggle,
	body.senta-photo-page-context .site-header .mobile-menu-control-wrapper > .menu-toggle:hover,
	body.senta-photo-page-context .site-header .mobile-menu-control-wrapper > .menu-toggle:focus,
	body.senta-photo-page-context .site-header .mobile-menu-control-wrapper > .menu-toggle:active,
	body.senta-photo-page-context .site-header .mobile-menu-control-wrapper > .menu-toggle[aria-expanded="true"] {
		background: transparent !important;
		background-color: transparent !important;
		background-image: none !important;
		border: 0 !important;
		border-color: transparent !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		outline: 0 !important;
		-webkit-appearance: none !important;
		appearance: none !important;
	}
	body.senta-photo-page-context .site-header .mobile-menu-control-wrapper,
	body.senta-photo-page-context .site-header .mobile-menu-control-wrapper:hover,
	body.senta-photo-page-context .site-header .mobile-menu-control-wrapper:focus-within,
	body.senta-photo-page-context .site-header .mobile-menu-control-wrapper > .menu-toggle .gp-icon,
	body.senta-photo-page-context .site-header .mobile-menu-control-wrapper > .menu-toggle .gp-icon:hover {
		background: transparent !important;
		background-color: transparent !important;
		background-image: none !important;
		border: 0 !important;
		border-radius: 0 !important;
		box-shadow: none !important;
	}
	body.senta-photo-page-context .site-header .mobile-menu-control-wrapper > .menu-toggle::before,
	body.senta-photo-page-context .site-header .mobile-menu-control-wrapper > .menu-toggle::after,
	body.senta-photo-page-context .site-header .mobile-menu-control-wrapper > .menu-toggle .gp-icon::before,
	body.senta-photo-page-context .site-header .mobile-menu-control-wrapper > .menu-toggle .gp-icon::after {
		background: currentColor !important;
		box-shadow: none !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.senta-photo-page *,
	.senta-photo-page *::before,
	.senta-photo-page *::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
	.senta-photo-page .photo-gallery__item:hover img,
	.senta-photo-page .photo-gallery__item:focus-within img,
	.senta-photo-page .photo-button:hover,
	.senta-photo-page .photo-button:focus-visible {
		transform: none;
	}
}
