/*!
Theme Name: Vault Child
Theme URI: https://uicore.co
Description: Multi-Purpose Elementor WordPress Theme
Author: UiCore
Author URI: https://uicore.co
Template: vault
Version: 1.0.0
Text Domain: vault
*/

/* FoodPhoto.ai staging theme polish */
:root {
	--fp-bg: #050505;
	--fp-ink: #111113;
	--fp-ink-2: #575653;
	--fp-ink-3: #8b8984;
	--fp-paper: #fffdf8;
	--fp-surface: #f6f1e9;
	--fp-line: #ded8cf;
	--fp-line-dark: rgba(255, 255, 255, 0.12);
	--fp-gold: #e1a84f;
	--fp-gold-dark: #b87920;
	--fp-font: "Plus Jakarta Sans", "Schibsted Grotesk", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--fp-mono: "Spline Sans Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

html {
	scroll-behavior: smooth;
}

body.wp-theme-vault,
body.wp-child-theme-vault-child {
	background: var(--fp-paper);
	color: var(--fp-ink);
	font-family: var(--fp-font);
}

body.wp-theme-vault a:focus-visible,
.foodphoto-button:focus-visible,
summary:focus-visible {
	outline: 2px solid var(--fp-gold);
	outline-offset: 4px;
}

.uicore-top-bar {
	display: none !important;
}

#wrapper-navbar.uicore-navbar,
.uicore-mobile-menu-wrapper {
	background: rgba(5, 5, 5, 0.88) !important;
	border-bottom: 1px solid var(--fp-line-dark) !important;
	backdrop-filter: blur(14px) saturate(150%);
	color: #fff !important;
}

#wrapper-navbar .uicore-container {
	min-height: 72px;
}

.foodphoto-uicore-logo {
	display: inline-flex;
	align-items: center;
}

.foodphoto-uicore-logo img {
	width: auto;
	height: 24px;
	display: block;
	filter: brightness(0) invert(1);
}

.uicore-navbar .uicore-menu .menu-item > a,
.uicore-navigation-wrapper .uicore-menu .menu-item > a {
	color: rgba(255, 255, 255, 0.68) !important;
	font-size: 14px !important;
	font-weight: 650 !important;
	letter-spacing: -0.01em;
	transition: color 180ms ease, opacity 180ms ease;
}

.uicore-navbar .uicore-menu .menu-item > a:hover,
.uicore-navigation-wrapper .uicore-menu .menu-item > a:hover {
	color: #fff !important;
}

.uicore-navbar .uicore-btn,
.uicore-mobile-head-right .uicore-btn {
	background: #fff !important;
	border: 1px solid rgba(255, 255, 255, 0.18) !important;
	border-radius: 999px !important;
	color: #050505 !important;
	font-weight: 750 !important;
	padding: 11px 20px !important;
	box-shadow: 0 16px 44px rgba(0, 0, 0, 0.24);
	transition: transform 180ms ease, background-color 180ms ease;
}

.uicore-navbar .uicore-btn:hover,
.uicore-mobile-head-right .uicore-btn:hover {
	background: var(--fp-gold) !important;
	transform: translateY(-1px);
}

.uicore-copyrights {
	background: #050505 !important;
	border-top: 1px solid var(--fp-line-dark) !important;
}

.uicore-copyrights .uicore-copyrights-wrapper,
.uicore-copyrights .uicore-copy-content *,
.uicore-copyrights .uicore-copy-content {
	color: rgba(255, 255, 255, 0.62) !important;
	font-size: 13px !important;
}

.page-id-11 .uicore-page-title,
.page-id-12 .uicore-page-title,
.page-id-13 .uicore-page-title,
.page-id-14 .uicore-page-title,
.page-id-15 .uicore-page-title {
	display: none !important;
}

.page-id-11 #primary,
.page-id-12 #primary,
.page-id-13 #primary,
.page-id-14 #primary,
.page-id-15 #primary {
	padding: 0 !important;
	margin: 0 !important;
}

.foodphoto-wrap {
	width: min(1160px, calc(100% - 40px));
	margin: 0 auto;
}

.foodphoto-marketing-page {
	background: var(--fp-paper);
	color: var(--fp-ink);
	overflow: hidden;
}

.foodphoto-page-hero {
	position: relative;
	background:
		radial-gradient(760px 420px at 86% 10%, rgba(225, 168, 79, 0.22), transparent 64%),
		linear-gradient(180deg, #0a0908 0%, #050505 100%);
	color: #fff;
	padding: 108px 0 74px;
}

.foodphoto-page-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 1px;
	background: var(--fp-line-dark);
}

.foodphoto-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.94fr) minmax(340px, 0.72fr);
	align-items: center;
	gap: clamp(34px, 6vw, 86px);
}

.foodphoto-eyebrow {
	margin: 0;
	color: var(--fp-gold);
	font-family: var(--fp-mono);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.foodphoto-hero-copy h1,
.foodphoto-section-head h2,
.foodphoto-feature-band h2,
.foodphoto-final-cta h2 {
	text-wrap: balance;
}

.foodphoto-hero-copy h1 {
	max-width: 12.4ch;
	margin: 18px 0 0;
	font-size: clamp(42px, 6.8vw, 78px);
	font-weight: 820;
	letter-spacing: -0.045em;
	line-height: 0.98;
}

.foodphoto-lead {
	max-width: 58ch;
	margin: 24px 0 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: clamp(17px, 2vw, 20px);
	line-height: 1.7;
}

.foodphoto-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.foodphoto-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	border-radius: 999px;
	padding: 13px 22px;
	font-size: 15px;
	font-weight: 780;
	text-decoration: none !important;
	transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.foodphoto-button:hover {
	transform: translateY(-1px);
}

.foodphoto-button:active {
	transform: translateY(0);
}

.foodphoto-button-primary {
	background: #fff;
	color: #050505 !important;
	border: 1px solid #fff;
}

.foodphoto-button-primary:hover {
	background: var(--fp-gold);
	border-color: var(--fp-gold);
}

.foodphoto-button-secondary {
	background: transparent;
	color: #fff !important;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.foodphoto-button-secondary:hover {
	border-color: rgba(255, 255, 255, 0.55);
	background: rgba(255, 255, 255, 0.08);
}

.foodphoto-hero-frame {
	position: relative;
	margin: 0;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 28px;
	overflow: hidden;
	background: #111;
	box-shadow: 0 40px 100px rgba(0, 0, 0, 0.46);
	transform: rotate(1.2deg);
}

.foodphoto-hero-frame::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
	pointer-events: none;
}

.foodphoto-hero-frame img {
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	display: block;
}

.foodphoto-section {
	padding: clamp(68px, 8vw, 104px) 0;
}

.foodphoto-section-dark {
	background: #050505;
	color: #fff;
}

.foodphoto-section-head {
	max-width: 660px;
	margin-bottom: 36px;
}

.foodphoto-section-head h2,
.foodphoto-feature-band h2 {
	margin: 14px 0 0;
	font-size: clamp(30px, 4.2vw, 52px);
	font-weight: 820;
	letter-spacing: -0.04em;
	line-height: 1.02;
}

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

.foodphoto-step-card,
.foodphoto-story-list article {
	border: 1px solid var(--fp-line);
	border-radius: 8px;
	background: #fff;
	padding: 28px;
	box-shadow: 0 24px 70px rgba(41, 32, 20, 0.07);
}

.foodphoto-step-card span {
	color: var(--fp-gold-dark);
	font-family: var(--fp-mono);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.foodphoto-step-card h3,
.foodphoto-story-list h3,
.foodphoto-gallery-card h3 {
	margin: 14px 0 8px;
	color: inherit;
	font-size: 21px;
	font-weight: 780;
	letter-spacing: -0.025em;
	line-height: 1.15;
}

.foodphoto-step-card p,
.foodphoto-story-list p,
.foodphoto-gallery-card p {
	margin: 0;
	color: var(--fp-ink-2);
	font-size: 15px;
	line-height: 1.7;
}

.foodphoto-section-dark .foodphoto-gallery-card p {
	color: rgba(255, 255, 255, 0.62);
}

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

.foodphoto-gallery-card {
	position: relative;
	min-height: 360px;
	border: 1px solid var(--fp-line-dark);
	border-radius: 12px;
	overflow: hidden;
	background: #111;
}

.foodphoto-gallery-card img {
	width: 100%;
	height: 100%;
	min-height: 360px;
	object-fit: cover;
	display: block;
	transition: transform 460ms ease;
}

.foodphoto-gallery-card:hover img {
	transform: scale(1.04);
}

.foodphoto-gallery-card > div {
	position: absolute;
	inset: auto 0 0;
	padding: 58px 22px 22px;
	background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.82) 68%);
	color: #fff;
}

.foodphoto-story-layout {
	display: grid;
	grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1fr);
	gap: clamp(28px, 6vw, 76px);
	align-items: start;
}

.foodphoto-story-list {
	display: grid;
	gap: 16px;
}

.foodphoto-feature-band {
	background: var(--fp-surface);
	border-block: 1px solid var(--fp-line);
}

.foodphoto-feature-grid,
.foodphoto-metric-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-top: 30px;
}

.foodphoto-feature-grid div,
.foodphoto-metric-grid div {
	border: 1px solid var(--fp-line);
	border-radius: 8px;
	background: #fff;
	padding: 18px;
	color: var(--fp-ink);
	font-size: 14px;
	font-weight: 750;
	line-height: 1.45;
}

.foodphoto-final-cta {
	position: relative;
	background:
		radial-gradient(620px 360px at 50% 0%, rgba(225, 168, 79, 0.18), transparent 70%),
		#050505;
	color: #fff;
	padding: clamp(76px, 9vw, 116px) 0;
	text-align: center;
}

.foodphoto-final-cta .foodphoto-wrap {
	max-width: 760px;
}

.foodphoto-final-cta h2 {
	margin: 18px auto 0;
	font-size: clamp(34px, 5vw, 62px);
	font-weight: 820;
	letter-spacing: -0.045em;
	line-height: 1;
}

.foodphoto-final-cta p:not(.foodphoto-eyebrow) {
	max-width: 58ch;
	margin: 22px auto 30px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 17px;
	line-height: 1.7;
}

.foodphoto-standalone {
	margin: 0;
	background: var(--fp-paper);
	color: var(--fp-ink);
	font-family: var(--fp-font);
	-webkit-font-smoothing: antialiased;
}

.foodphoto-standalone a {
	color: inherit;
	text-decoration: none;
}

.foodphoto-skip-link {
	position: fixed;
	left: 18px;
	top: 18px;
	z-index: 1000;
	padding: 10px 14px;
	border-radius: 999px;
	background: #fff;
	color: #050505 !important;
	font-weight: 800;
	transform: translateY(-140%);
	transition: transform 180ms ease;
}

.foodphoto-skip-link:focus {
	transform: translateY(0);
}

.foodphoto-sitebar {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(5, 5, 5, 0.9);
	border-bottom: 1px solid var(--fp-line-dark);
	backdrop-filter: blur(14px) saturate(150%);
}

.foodphoto-sitebar-inner {
	width: min(1160px, calc(100% - 40px));
	min-height: 72px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.foodphoto-brand img {
	display: block;
	width: auto;
	height: 24px;
	filter: brightness(0) invert(1);
}

.foodphoto-standalone-nav {
	display: flex;
	align-items: center;
	gap: 26px;
	margin-left: auto;
	color: rgba(255, 255, 255, 0.68);
	font-size: 14px;
	font-weight: 700;
}

.foodphoto-standalone-nav a {
	transition: color 180ms ease;
}

.foodphoto-standalone-nav a:hover {
	color: #fff;
}

.foodphoto-sitebar-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	border-radius: 999px;
	background: #fff;
	color: #050505 !important;
	padding: 10px 18px;
	font-size: 14px;
	font-weight: 800;
	transition: transform 180ms ease, background-color 180ms ease;
}

.foodphoto-sitebar-cta:hover {
	background: var(--fp-gold);
	transform: translateY(-1px);
}

.foodphoto-faq-layout {
	display: grid;
	grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
	gap: clamp(28px, 6vw, 72px);
	align-items: start;
}

.foodphoto-faq-layout aside {
	position: sticky;
	top: 108px;
}

.foodphoto-faq-layout aside h2 {
	margin: 14px 0 12px;
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.02;
	letter-spacing: -0.04em;
}

.foodphoto-faq-layout aside p:not(.foodphoto-eyebrow) {
	max-width: 34ch;
	margin: 0;
	color: var(--fp-ink-2);
	line-height: 1.7;
}

.foodphoto-faq-list {
	display: grid;
	gap: 34px;
}

.foodphoto-faq-group h2 {
	margin: 0 0 14px;
	font-size: 22px;
	letter-spacing: -0.02em;
}

.foodphoto-faq-group details {
	border-top: 1px solid var(--fp-line);
	background: transparent;
}

.foodphoto-faq-group details:last-child {
	border-bottom: 1px solid var(--fp-line);
}

.foodphoto-faq-group summary {
	position: relative;
	display: flex;
	justify-content: space-between;
	gap: 18px;
	padding: 21px 36px 21px 0;
	cursor: pointer;
	list-style: none;
	color: var(--fp-ink);
	font-size: 17px;
	font-weight: 780;
	letter-spacing: -0.015em;
}

.foodphoto-faq-group summary::-webkit-details-marker {
	display: none;
}

.foodphoto-faq-group summary::after {
	content: "+";
	position: absolute;
	right: 0;
	top: 19px;
	color: var(--fp-gold-dark);
	font-family: var(--fp-mono);
	font-size: 22px;
	font-weight: 700;
	transition: transform 180ms ease;
}

.foodphoto-faq-group details[open] summary::after {
	transform: rotate(45deg);
}

.foodphoto-faq-group p {
	max-width: 72ch;
	margin: -4px 0 22px;
	color: var(--fp-ink-2);
	font-size: 15.5px;
	line-height: 1.72;
}

.foodphoto-pricing-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	align-items: stretch;
}

.foodphoto-price-card {
	position: relative;
	display: flex;
	flex-direction: column;
	border: 1px solid var(--fp-line);
	border-radius: 10px;
	background: #fff;
	padding: 28px 22px;
	box-shadow: 0 24px 70px rgba(41, 32, 20, 0.07);
}

.foodphoto-price-card.is-featured {
	border-color: var(--fp-gold);
	box-shadow: 0 30px 82px rgba(177, 121, 32, 0.2);
}

.foodphoto-plan-badge {
	position: absolute;
	left: 22px;
	top: -12px;
	border-radius: 999px;
	background: var(--fp-gold);
	color: #1b1205;
	padding: 5px 11px;
	font-family: var(--fp-mono);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.foodphoto-plan-name {
	margin: 0;
	color: var(--fp-gold-dark);
	font-family: var(--fp-mono);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.foodphoto-plan-price {
	margin-top: 16px;
	font-size: 42px;
	font-weight: 850;
	line-height: 1;
	letter-spacing: -0.04em;
}

.foodphoto-plan-price span {
	color: var(--fp-ink-3);
	font-size: 14px;
	font-weight: 750;
	letter-spacing: 0;
}

.foodphoto-plan-credits {
	display: inline-flex;
	width: fit-content;
	margin: 14px 0 0;
	border: 1px solid var(--fp-line);
	border-radius: 7px;
	background: var(--fp-surface);
	padding: 6px 9px;
	color: var(--fp-ink);
	font-family: var(--fp-mono);
	font-size: 12px;
	font-weight: 700;
}

.foodphoto-plan-summary {
	min-height: 74px;
	margin: 18px 0 16px;
	color: var(--fp-ink-2);
	font-size: 14px;
	line-height: 1.55;
}

.foodphoto-price-card ul {
	display: grid;
	gap: 11px;
	flex: 1;
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
}

.foodphoto-price-card li {
	position: relative;
	padding-left: 20px;
	color: var(--fp-ink);
	font-size: 14px;
	line-height: 1.45;
}

.foodphoto-price-card li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.6em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--fp-gold);
}

.foodphoto-button-card {
	border: 1px solid var(--fp-line);
	background: var(--fp-ink);
	color: #fff !important;
}

.foodphoto-button-card:hover {
	background: var(--fp-gold);
	border-color: var(--fp-gold);
	color: #050505 !important;
}

@media (max-width: 980px) {
	.foodphoto-hero-grid,
	.foodphoto-story-layout {
		grid-template-columns: 1fr;
	}

	.foodphoto-hero-frame {
		max-width: 560px;
		transform: none;
	}

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

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

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

	.foodphoto-faq-layout {
		grid-template-columns: 1fr;
	}

	.foodphoto-faq-layout aside {
		position: static;
	}
}

@media (max-width: 680px) {
	.foodphoto-wrap {
		width: min(100% - 28px, 1160px);
	}

	.foodphoto-page-hero {
		padding: 76px 0 54px;
	}

	.foodphoto-hero-copy h1 {
		font-size: clamp(38px, 13vw, 56px);
	}

	.foodphoto-actions,
	.foodphoto-button {
		width: 100%;
	}

	.foodphoto-step-grid,
	.foodphoto-gallery-grid,
	.foodphoto-feature-grid,
	.foodphoto-metric-grid {
		grid-template-columns: 1fr;
	}

	.foodphoto-gallery-card,
	.foodphoto-gallery-card img {
		min-height: 310px;
	}

	.foodphoto-step-card,
	.foodphoto-story-list article {
		padding: 24px;
	}

	.foodphoto-sitebar-inner {
		width: min(100% - 28px, 1160px);
		min-height: 66px;
	}

	.foodphoto-standalone-nav {
		display: none;
	}

	.foodphoto-brand img {
		height: 22px;
	}

	.foodphoto-sitebar-cta {
		min-height: 40px;
		padding: 9px 14px;
		font-size: 13px;
	}

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

	.foodphoto-plan-summary {
		min-height: 0;
	}
}
