.seo-template-page {
	--brand: 0 0% 8%;
	--brand-glow: 0 0% 28%;
	--background: 0 0% 100%;
	--foreground: 222.2 84% 4.9%;
	--card: 0 0% 100%;
	--card-foreground: 222.2 84% 4.9%;
	--primary: 222.2 47.4% 11.2%;
	--primary-foreground: 210 40% 98%;
	--secondary: 210 40% 96.1%;
	--secondary-foreground: 222.2 47.4% 11.2%;
	--muted: 210 40% 96.1%;
	--muted-foreground: 215.4 16.3% 46.9%;
	--accent: 210 40% 96.1%;
	--accent-foreground: 222.2 47.4% 11.2%;
	--destructive: 0 84.2% 60.2%;
	--destructive-foreground: 210 40% 98%;
	--border: 214.3 31.8% 91.4%;
	--input: 214.3 31.8% 91.4%;
	--ring: 222.2 84% 4.9%;
	--radius: 0.5rem;
	--brand-foreground: 0 0% 100%;
	--brand-soft: 0 0% 96%;

	--fg-font-sans: var(--fotogenic-font-sans);
	--fg-color-brand: hsl(var(--brand));
	--fg-color-brand-glow: hsl(var(--brand-glow));
	--fg-color-background: hsl(var(--background));
	--fg-color-background-04: hsl(var(--background) / 0.04);
	--fg-color-background-05: hsl(var(--background) / 0.05);
	--fg-color-background-06: hsl(var(--background) / 0.06);
	--fg-color-background-07: hsl(var(--background) / 0.07);
	--fg-color-background-08: hsl(var(--background) / 0.08);
	--fg-color-background-10: hsl(var(--background) / 0.1);
	--fg-color-background-15: hsl(var(--background) / 0.15);
	--fg-color-background-20: hsl(var(--background) / 0.2);
	--fg-color-background-35: hsl(var(--background) / 0.35);
	--fg-color-background-40: hsl(var(--background) / 0.4);
	--fg-color-background-50: hsl(var(--background) / 0.5);
	--fg-color-background-60: hsl(var(--background) / 0.6);
	--fg-color-background-70: hsl(var(--background) / 0.7);
	--fg-color-background-75: hsl(var(--background) / 0.75);
	--fg-color-background-80: hsl(var(--background) / 0.8);
	--fg-color-background-85: hsl(var(--background) / 0.85);
	--fg-color-background-90: hsl(var(--background) / 0.9);
	--fg-color-background-95: hsl(var(--background) / 0.95);
	--fg-color-surface: hsl(var(--card));
	--fg-color-surface-text: hsl(var(--card-foreground));
	--fg-color-primary: hsl(var(--primary));
	--fg-color-primary-foreground: hsl(var(--primary-foreground));
	--fg-color-secondary: hsl(var(--secondary));
	--fg-color-secondary-foreground: hsl(var(--secondary-foreground));
	--fg-color-muted-surface: hsl(var(--muted));
	--fg-color-muted-surface-20: hsl(var(--muted) / 0.2);
	--fg-color-muted-surface-30: hsl(var(--muted) / 0.3);
	--fg-color-muted-surface-40: hsl(var(--muted) / 0.4);
	--fg-color-muted-surface-50: hsl(var(--muted) / 0.5);
	--fg-color-muted-surface-60: hsl(var(--muted) / 0.6);
	--fg-color-muted-surface-80: hsl(var(--muted) / 0.8);
	--fg-color-muted: hsl(var(--muted-foreground));
	--fg-color-muted-50: hsl(var(--muted-foreground) / 0.5);
	--fg-color-muted-60: hsl(var(--muted-foreground) / 0.6);
	--fg-color-muted-70: hsl(var(--muted-foreground) / 0.7);
	--fg-color-text: hsl(var(--foreground));
	--fg-color-text-03: hsl(var(--foreground) / 0.03);
	--fg-color-text-05: hsl(var(--foreground) / 0.05);
	--fg-color-text-08: hsl(var(--foreground) / 0.08);
	--fg-color-text-10: hsl(var(--foreground) / 0.1);
	--fg-color-text-12: hsl(var(--foreground) / 0.12);
	--fg-color-text-15: hsl(var(--foreground) / 0.15);
	--fg-color-text-20: hsl(var(--foreground) / 0.2);
	--fg-color-text-30: hsl(var(--foreground) / 0.3);
	--fg-color-text-40: hsl(var(--foreground) / 0.4);
	--fg-color-text-50: hsl(var(--foreground) / 0.5);
	--fg-color-text-55: hsl(var(--foreground) / 0.55);
	--fg-color-text-60: hsl(var(--foreground) / 0.6);
	--fg-color-text-65: hsl(var(--foreground) / 0.65);
	--fg-color-text-64: hsl(var(--foreground) / 0.64);
	--fg-color-text-68: hsl(var(--foreground) / 0.68);
	--fg-color-text-70: hsl(var(--foreground) / 0.7);
	--fg-color-text-75: hsl(var(--foreground) / 0.75);
	--fg-color-text-80: hsl(var(--foreground) / 0.8);
	--fg-color-text-85: hsl(var(--foreground) / 0.85);
	--fg-color-border: hsl(var(--border));
	--fg-color-border-50: hsl(var(--border) / 0.5);
	--fg-color-border-60: hsl(var(--border) / 0.6);
	--fg-color-border-70: hsl(var(--border) / 0.7);
	--fg-color-border-80: hsl(var(--border) / 0.8);
	--fg-color-ring-50: hsl(var(--ring) / 0.5);
	--fg-color-transparent: transparent;
	--fg-color-reset-border: #e5e7eb;
	--fg-color-warning-soft: rgba(251, 191, 36, 0.15);
	--fg-color-success-soft: rgba(52, 211, 153, 0.15);
	--fg-color-emerald-soft: rgba(16, 185, 129, 0.1);
	--fg-color-emerald-tint: rgba(16, 185, 129, 0.15);
	--fg-color-emerald-transparent: rgba(16, 185, 129, 0);
	--fg-color-rose-soft: rgba(244, 63, 94, 0.1);
	--fg-color-blue-tint: rgba(59, 130, 246, 0.15);
	--fg-color-blue-transparent: rgba(59, 130, 246, 0);
	--fg-color-purple-tint: rgba(168, 85, 247, 0.15);
	--fg-color-purple-transparent: rgba(168, 85, 247, 0);
	--fg-color-amber-100: #fef3c7;
	--fg-color-amber-50: #fffbeb;
	--fg-color-amber-50-60: rgba(255, 251, 235, 0.6);
	--fg-color-emerald-100: #d1fae5;
	--fg-color-emerald-50: #ecfdf5;
	--fg-color-emerald-50-60: rgba(236, 253, 245, 0.6);
	--fg-color-blue-100: #dbeafe;
	--fg-color-blue-50: #eff6ff;
	--fg-color-orange-100: #ffedd5;
	--fg-color-orange-50: #fff7ed;
	--fg-color-orange-50-60: rgba(255, 247, 237, 0.6);
	--fg-color-purple-100: #f3e8ff;
	--fg-color-purple-50: #faf5ff;
	--fg-color-purple-50-60: rgba(250, 245, 255, 0.6);
	--fg-color-zinc-100: #f4f4f5;
	--fg-color-zinc-200: #e4e4e7;
	--fg-color-zinc-700: #3f3f46;
	--fg-color-zinc-800: #27272a;
	--fg-color-zinc-900: #18181b;
	--fg-color-white: #ffffff;
	--fg-color-orange-400: #fb923c;
	--fg-color-orange-500: #f97316;
	--fg-color-orange-600: #ea580c;
	--fg-color-amber-300: #fcd34d;
	--fg-color-amber-400: #fbbf24;
	--fg-color-amber-500: #f59e0b;
	--fg-color-yellow-300: #fde047;
	--fg-color-yellow-500: #eab308;
	--fg-color-emerald-300: #6ee7b7;
	--fg-color-emerald-500: #10b981;
	--fg-color-emerald-600: #059669;
	--fg-color-emerald-700: #047857;
	--fg-color-rose-500: #f43f5e;
	--fg-color-rose-600: #e11d48;
	--fg-color-blue-600: #2563eb;
	--fg-color-blue-700: #1d4ed8;
	--fg-color-blue-800: #1e40af;
	--fg-color-blue-900: #1e3a8a;
	--fg-color-wordpress-admin-bar: #1d2327;
	--fg-color-wordpress-admin-blue: #2271b1;
	--fg-color-wordpress-admin-blue-dark: #135e96;
	--fg-color-wordpress-admin-blue-wash: rgba(34, 113, 177, 0.08);
	--fg-color-purple-600: #9333ea;
	--fg-color-purple-700: #7e22ce;
	--fg-color-violet-600: #7c3aed;
	--fg-color-amazon-navy: #131921;
	--fg-color-amazon-slate: #232f3e;

	--fg-gradient-brand: linear-gradient(135deg, var(--fg-color-brand), var(--fg-color-brand-glow));
	--fg-gradient-fade: linear-gradient(180deg, var(--fg-color-background) 0%, var(--fg-color-muted-surface) 100%);
	--fg-gradient-dark-glow: radial-gradient(ellipse at top right, hsl(var(--brand) / 0.5), transparent 55%), radial-gradient(ellipse at bottom left, hsl(var(--brand-glow) / 0.35), transparent 55%);
	--fg-gradient-white-fade: linear-gradient(135deg, var(--fg-color-background) 0%, var(--fg-color-background-60) 100%);

	--fg-text-2xs: 0.625rem;
	--fg-text-3xs: 0.5625rem;
	--fg-text-11: 0.6875rem;
	--fg-text-13: 0.8125rem;
	--fg-text-xs: 0.75rem;
	--fg-text-sm: 0.875rem;
	--fg-text-base: 1rem;
	--fg-text-lg: 1.125rem;
	--fg-text-xl: 1.25rem;
	--fg-text-2xl: 1.5rem;
	--fg-text-3xl: 1.875rem;
	--fg-text-4xl: 2.25rem;
	--fg-text-5xl: 3rem;
	--fg-text-hero-lg: 3.25rem;
	--fg-text-6xl: 3.75rem;
	--fg-text-7xl: 4.5rem;
	--fg-leading-none: 1;
	--fg-leading-tight: 1.15;
	--fg-leading-snug: 1.25;
	--fg-leading-normal: 1.5;
	--fg-leading-relaxed: 1.625;
	--fg-leading-loose: 1.75;
	--fg-leading-2xs: 1;
	--fg-leading-xs: 1rem;
	--fg-leading-sm: 1.25rem;
	--fg-leading-base: 1.5rem;
	--fg-leading-lg: 1.75rem;
	--fg-leading-2xl: 2rem;
	--fg-leading-3xl: 2.25rem;
	--fg-leading-4xl: 2.5rem;
	--fg-leading-5xl: 3rem;
	--fg-weight-regular: 400;
	--fg-weight-medium: 500;
	--fg-weight-semibold: 600;
	--fg-weight-bold: 700;
	--fg-weight-extrabold: 800;
	--fg-tracking-reset: 0;
	--fg-tracking-tight: -0.025em;
	--fg-tracking-label: 0.05em;
	--fg-tracking-wide: 0.08em;
	--fg-tracking-kicker: 0.12em;
	--fg-tracking-section: 0.14em;
	--fg-tracking-heading-label: 0.16em;
	--fg-tracking-eyebrow: 0.18em;
	--fg-tracking-eyebrow-wide: 0.2em;
	--fg-tracking-badge-wide: 0.22em;
	--fg-tracking-badge-max: 0.24em;

	--fg-space-0: 0;
	--fg-space-px: 1px;
	--fg-border-width: var(--fg-space-px);
	--fg-space-0-5: 0.125rem;
	--fg-space-1: 0.25rem;
	--fg-space-1-5: 0.375rem;
	--fg-space-2: 0.5rem;
	--fg-space-2-8: 0.7rem;
	--fg-space-2-5: 0.625rem;
	--fg-space-3: 0.75rem;
	--fg-space-4: 1rem;
	--fg-space-5: 1.25rem;
	--fg-space-6: 1.5rem;
	--fg-space-7: 1.75rem;
	--fg-space-8: 2rem;
	--fg-space-9: 2.25rem;
	--fg-space-10: 2.5rem;
	--fg-space-11: 2.75rem;
	--fg-space-12: 3rem;
	--fg-space-14: 3.5rem;
	--fg-space-16: 4rem;
	--fg-space-20: 5rem;
	--fg-space-21: 5.25rem;
	--fg-space-24: 6rem;
	--fg-space-28: 7rem;
	--fg-space-32: 8rem;
	--fg-space-36: 9rem;
	--fg-space-40: 10rem;
	--fg-brand-wordmark-etsy-offset: calc((var(--fg-space-12) + var(--fg-space-1)) * -1);

	--fg-content-xs: 20rem;
	--fg-content-sm: 24rem;
	--fg-content-md: 28rem;
	--fg-content-lg: 32rem;
	--fg-content-xl: 36rem;
	--fg-content-2xl: 42rem;
	--fg-content-3xl: 48rem;
	--fg-content-4xl: 56rem;
	--fg-content-5xl: 64rem;
	--fg-content-6xl: 72rem;
	--fg-content-mobile-subtitle: 20.5rem;
	--fg-content-mobile-card: 22rem;
	--fg-content-logo-sm: 8.75rem;
	--fg-content-logo-md: 11rem;
	--fg-content-logo-lg: 12rem;
	--fg-content-logo-xl: 15rem;
	--fg-content-logo-2xl: 16rem;
	--fg-content-logo-3xl: 17rem;
	--fg-content-ep-thumb: 13.75rem;
	--fg-content-side-panel: 18rem;
	--fg-content-table-criteria-sm: 11rem;
	--fg-content-table-criteria-md: 12rem;
	--fg-content-7xl: 80rem;
	--fg-content-wide: 87.5rem;
	--fg-media-max-height-md: 22.5rem;
	--fg-media-max-height-lg: 35rem;
	--fg-media-height-lg: 26.25rem;
	--fg-media-min-height-lg: 32.5rem;
	--fg-media-orb-sm: 12rem;
	--fg-media-orb-md: 14rem;
	--fg-media-orb-lg: 16rem;

	--fg-radius-sm: 0.375rem;
	--fg-radius-xs: 0.25rem;
	--fg-radius-md: 0.5rem;
	--fg-radius-lg: 0.75rem;
	--fg-radius-card: 1rem;
	--fg-radius-2xl: 1rem;
	--fg-radius-xl: 1.5rem;
	--fg-radius-3xl: 1.5rem;
	--fg-radius-28: 1.75rem;
	--fg-radius-cta: 32px;
	--fg-radius-full: 9999px;

	--fg-shadow-card: 0 1px 2px var(--fg-color-text-05);
	--fg-shadow-card-strong: 0 1px 2px var(--fg-color-text-12);
	--fg-shadow-sm: 0 1px 2px 0 var(--fg-color-text-05);
	--fg-shadow-md: 0 4px 6px -1px var(--fg-color-text-10), 0 2px 4px -2px var(--fg-color-text-10);
	--fg-shadow-lg: 0 var(--fg-text-2xs) 15px -3px var(--fg-color-text-10), 0 var(--fg-space-1) var(--fg-space-6) calc(var(--fg-space-1) * -1) var(--fg-color-text-10);
	--fg-shadow-proof-card: 0 var(--fg-reveal-distance) 55px var(--fg-color-text-08);
	--fg-shadow-before-after: 0 30px 80px -30px var(--fg-color-text-40);
	--fg-shadow-before-after-colored: 0 30px 80px -30px var(--fg-shadow-color);
	--fg-shadow-outline-subtle: 0 0 0 var(--fg-space-px) hsl(var(--foreground) / 0.18);
	--fg-shadow-soft: 0 18px 60px -30px hsl(var(--foreground) / 0.22);
	--fg-shadow-brand: 0 28px 70px -30px hsl(var(--brand) / 0.45);
	--shadow-soft: var(--fg-shadow-soft);
	--shadow-brand: var(--fg-shadow-brand);

	--fg-transition-fast: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
	--fg-transition-medium: 0.3s cubic-bezier(0, 0, 0.2, 1);
	--fg-transition-reveal: 0.55s ease;
	--fg-transition-property-colors: color, background-color, border-color, text-decoration-color, fill, stroke;
	--fg-transition-property-interactive: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform;
	--fg-duration-fast: 0.15s;
	--fg-duration-none: 0ms;
	--fg-duration-medium: 0.2s;
	--fg-duration-slow: 0.3s;
	--fg-duration-tab: 0.42s;
	--fg-duration-marquee: 36s;
	--fg-duration-reveal: 0.6s;
	--fg-duration-ping: 1s;
	--fg-transition-ease: cubic-bezier(0.4, 0, 0.2, 1);
	--fg-transition-ease-out: cubic-bezier(0, 0, 0.2, 1);
	--fg-ease-out: ease;
	--fg-ease-emphasized: cubic-bezier(0.22, 1, 0.36, 1);
	--fg-ease-ping: cubic-bezier(0, 0, 0.2, 1);
	--fg-blur-xs: blur(4px);
	--fg-blur-sm: blur(8px);
	--fg-blur-orb: blur(64px);
	--fg-filter-grayscale: grayscale(1);
	--fg-reveal-distance: 18px;
	--fg-grid-cell: 40px;
	--fg-icon-em: 1em;
	--fg-icon-align-offset: -0.125em;
	--fg-icon-xs: 0.75rem;
	--fg-icon-sm: 0.875rem;
	--fg-icon-md: 1rem;
	--fg-icon-lg: 1.25rem;

	--fg-section-padding-x: var(--fg-space-3);
	--fg-section-padding-x-sm: var(--fg-space-6);
	--fg-section-padding-y: var(--fg-space-24);
	--fg-section-padding-y-lg: var(--fg-space-32);

	--gradient-brand: var(--fg-gradient-brand);
	--gradient-fade: var(--fg-gradient-fade);
	font-family: var(--fg-font-sans);
}

.seo-template-page .reveal {
	opacity: 0;
	transform: translateY(var(--fg-reveal-distance));
	transition: opacity var(--fg-transition-reveal), transform var(--fg-transition-reveal);
}

.seo-template-page .reveal.is-visible {
	opacity: 1;
	transform: translateY(var(--fg-space-0));
}
