:root {
	/* Color — luxury black + champagne gold (mockup) */
	--ah-bg: #08090b;
	--ah-bg-elevated: #0c0c0c;
	--ah-card: #141414;
	--ah-card-hover: #1a1a1a;
	--ah-border: rgba(197, 160, 89, 0.16);
	--ah-border-strong: rgba(197, 160, 89, 0.42);

	--ah-gold: #c5a059;
	--ah-gold-soft: #d4b87a;
	--ah-gold-deep: #a8863f;
	--ah-gold-muted: rgba(197, 160, 89, 0.75);

	--ah-text: #ffffff;
	--ah-text-muted: #b0b0b0;
	--ah-text-dim: #8f8f8f;

	--ah-on-gold: #0a0a0a;

	/* Type — clean institutional sans (mockup feel) */
	--ah-font-display: "Manrope", sans-serif;
	--ah-font-body: "Manrope", sans-serif;

	--ah-text-xs: 0.6875rem;
	--ah-text-sm: 0.8125rem;
	--ah-text-base: 0.9375rem;
	--ah-text-md: 1.0625rem;
	--ah-text-lg: 1.25rem;
	--ah-text-xl: clamp(1.375rem, 2vw, 1.75rem);
	--ah-text-2xl: clamp(1.75rem, 3.2vw, 2.5rem);
	--ah-text-3xl: clamp(2.25rem, 4.5vw, 3.25rem);
	--ah-text-hero: clamp(1.85rem, 3.2vw, 2.75rem);
	--ah-text-stat: clamp(1.75rem, 3vw, 2.35rem);

	--ah-leading-tight: 1.12;
	--ah-leading-snug: 1.3;
	--ah-leading-normal: 1.6;

	--ah-tracking-wide: 0.1em;
	--ah-tracking-wider: 0.16em;

	/* Space */
	--ah-space-1: 0.25rem;
	--ah-space-2: 0.5rem;
	--ah-space-3: 0.75rem;
	--ah-space-4: 1rem;
	--ah-space-5: 1.5rem;
	--ah-space-6: 2rem;
	--ah-space-7: 3rem;
	--ah-space-8: 4.5rem;
	--ah-space-9: 6.5rem;
	--ah-space-10: 8rem;

	--ah-section-y: clamp(2.75rem, 5vw, 4rem);
	/* One shared content width — same as header */
	--ah-container: 76rem;
	--ah-container-wide: 76rem;
	--ah-gutter: clamp(1.25rem, 4vw, 2.5rem);

	--ah-radius-sm: 0.25rem;
	--ah-radius: 0.5rem;
	--ah-radius-lg: 0.75rem;

	--ah-ease: cubic-bezier(0.22, 1, 0.36, 1);
	--ah-duration: 240ms;

	--ah-header-h: 6.5rem;
	/* Under-header inset — home hero copy + About/Holdings/Insights/Contact */
	--ah-hero-pad-top: 2.75rem;
	--ah-hero-pad-top-lg: clamp(4.5rem, 7vw, 6.5rem);
	--ah-hero-min-h: min(68vh, 36rem);
	--ah-hero-min-h-xl: min(70vh, 38rem);
}
