:root {
	--sf-color-navy: #0e2a47; --sf-color-light: #fdfcf9; --sf-color-ivory: #f6efe2; --sf-color-gold: #d4af63;
	--sf-color-text: var(--sf-color-navy); --sf-color-ink: var(--sf-color-navy); --sf-color-muted: #5A6D80; --sf-font-heading: "Plus Jakarta Sans", Arial, sans-serif; --sf-font-body: Inter, Arial, sans-serif;
	--sf-shell-max: 90rem; --sf-editorial-max: 80rem; --sf-reading-max: 68ch;
	--sf-gutter: clamp(1.25rem, 4vw, 4.5rem);
	--sf-section-top: clamp(2.5rem, 4.5vw, 4.5rem); --sf-section-bottom: clamp(3.5rem, 6vw, 6rem);
	--sf-section-compact-top: clamp(1.75rem, 3vw, 2.75rem); --sf-section-compact-bottom: clamp(2.5rem, 4vw, 3.5rem);
	--sf-section-editorial-top: clamp(3.5rem, 5vw, 5rem); --sf-section-editorial-bottom: clamp(4.5rem, 6.5vw, 6.5rem);
	--sf-collection-gap: 1.25rem; --sf-card-radius: 1rem; --sf-card-shadow: 0 .5rem 1.5rem rgb(14 42 71 / .06);
	--sf-type-eyebrow: clamp(.6875rem, 1vw, .75rem);
	--sf-type-section: clamp(1.75rem, 4vw, 2.5rem);
	--sf-type-page-title: clamp(2.125rem, 5.2vw, 3.625rem);
	--sf-type-support: clamp(1.0625rem, 1.4vw, 1.25rem);
	--sf-type-component-title: clamp(1.125rem, 1.8vw, 1.45rem);
	--sf-type-meta: .875rem;
	--sf-focus-ring: 0 0 0 3px color-mix(in srgb, var(--sf-color-gold) 75%, transparent);
	--sf-motion-fast: 180ms; --sf-motion-ease: cubic-bezier(.2, .65, .3, 1);
	--sf-motion-disclosure: 260ms;
	--sf-motion-page-enter: 680ms;
	--sf-motion-section-reveal: 640ms;
}
@media (min-width: 48rem) { :root { --sf-collection-gap: 1.5rem; } }
@media (min-width: 80rem) { :root { --sf-collection-gap: 2rem; } }
