/* Golden — Design Tokens (Brand Guide v3.0) */
:root {
	/* Brand colors */
	--g-ink:        #0E1116;
	--g-ink-2:      #15191F; /* surface raised */
	--g-ink-3:      #1B2027; /* surface card */
	--g-gold:       #BFA467;
	--g-gold-soft:  #D6BE89;
	--g-gold-deep:  #8E7843;
	--g-bottle:     #1F4D40;
	--g-bottle-2:   #14342C;
	--g-tech:       #2D4FE0;
	--g-tech-2:     #1E3AB8;

	/* Neutrals */
	--g-paper:      #F6F4EE;
	--g-cream:      #EBE7DD;
	--g-stone:      #C9C5BC;
	--g-smoke:      #6E6B66;
	--g-charcoal:   #2A2A2E;

	/* Semantic */
	--g-bg:           var(--g-ink);
	--g-fg:           var(--g-paper);
	--g-fg-muted:     var(--g-stone);
	--g-fg-soft:      var(--g-smoke);
	--g-card:         var(--g-ink-3);
	--g-card-border:  rgba(255,255,255,0.06);

	/* Typography */
	--g-font-display: "Poppins", "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	--g-font-body:    "DM Sans", "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

	--g-display:  clamp(2.5rem, 5.5vw, 5rem);
	--g-h1:       clamp(2rem, 3.4vw, 2.75rem);
	--g-h2:       clamp(1.25rem, 1.8vw, 1.5rem);
	--g-body:     1rem;
	--g-caption:  0.75rem;

	/* Radii */
	--g-r-sm: 8px;
	--g-r-md: 16px;
	--g-r-lg: 24px;
	--g-r-pill: 999px;

	/* Spacing scale */
	--g-s-1: 4px;
	--g-s-2: 8px;
	--g-s-3: 12px;
	--g-s-4: 16px;
	--g-s-5: 24px;
	--g-s-6: 32px;
	--g-s-7: 48px;
	--g-s-8: 64px;
	--g-s-9: 96px;
	--g-s-10: 128px;

	/* Container */
	--g-container: 1200px;
	--g-container-narrow: 820px;

	/* Shadows */
	--g-shadow-soft: 0 1px 0 rgba(255,255,255,0.04) inset, 0 12px 40px rgba(0,0,0,0.35);
}
