/**
 * Nipun India — global design tokens (all public pages).
 * International campus direction: midnight navy, cool stone, gold accent.
 */
:root,
.hp-page-root,
.hp-modern {
    --hp-brand: #1a4a8c;
    --hp-indigo: #1a4a8c;
    --hp-indigo-dark: #0b2d5c;
    --hp-brand-soft: #eef2f7;
    --hp-gold: #c4a35a;
    --hp-gold-light: #d4b86a;
    --hp-orange: #ea580c;
    --hp-orange-light: #f97316;
    --hp-orange-dark: #c2410c;
    --hp-orange-soft: #fff7ed;
    --hp-color-hover-accent: var(--hp-gold);
    --hp-color-hover-accent-dark: #a8873e;
    --hp-pink: #de3163;
    --hp-navy: #0b1f3a;
    --hp-navy-mid: #16355c;
    --hp-ink: #0f172a;
    --hp-muted: #5b6575;
    --hp-border: #e2e6ec;
    --hp-surface: #ffffff;
    --hp-soft: #f4f6f8;
    --hp-stone: #f4f6f8;
    --hp-ivory-cool: #f7f8fa;

    --hp-color-text: var(--hp-ink);
    --hp-color-text-muted: var(--hp-muted);
    --hp-color-link: var(--hp-indigo-dark);

    --hp-font-sans: 'Figtree', system-ui, -apple-system, 'Segoe UI', sans-serif;
    --hp-font-hero: 'Fraunces', Georgia, 'Times New Roman', serif;
    --hp-font-display: 'Fraunces', Georgia, 'Times New Roman', serif;

    /* International campus hero type scale */
    --hp-hero-kicker-size: clamp(0.6875rem, 0.55vw + 0.55rem, 0.8125rem);
    --hp-hero-title-size: clamp(2.75rem, 4.2vw + 1rem, 4.5rem);
    --hp-hero-desc-size: clamp(1.0625rem, 0.4vw + 0.95rem, 1.25rem);
    --hp-hero-leading-title: 1.05;
    --hp-hero-leading-body: 1.6;
    --hp-hero-tracking-kicker: 0.2em;
    --hp-hero-tracking-title: -0.028em;

    --hp-weight-regular: 400;
    --hp-weight-medium: 500;
    --hp-weight-semibold: 600;
    --hp-weight-bold: 700;
    --hp-weight-extrabold: 700;

    --hp-text-xs: 0.8125rem;
    --hp-text-sm: 1rem;
    --hp-text-base: 1.125rem;
    --hp-text-lg: 1.25rem;
    --hp-text-xl: 1.5rem;
    --hp-text-2xl: clamp(1.5rem, 2.8vw, 2rem);
    --hp-text-3xl: clamp(2rem, 4vw, 2.85rem);

    --hp-leading-normal: 1.7;
    --hp-leading-tight: 1.22;
    --hp-tracking-tight: -0.025em;
    --hp-tracking-normal: 0.01em;
    --hp-tracking-wide: 0.12em;

    --hp-radius: 12px;
    --hp-radius-md: 10px;
    --hp-radius-sm: 8px;
    --hp-radius-pill: 999px;
    --hp-shadow-sm: 0 8px 28px -12px rgba(11, 31, 58, 0.14);
    --hp-header-h: 4.25rem;
    --hp-section-y: clamp(4.25rem, 8vw, 7rem);
    --hp-container-max: min(1180px, calc(100vw - 2.5rem));
}

.hp-modern {
    font-family: var(--hp-font-sans);
    font-size: var(--hp-text-base);
    line-height: var(--hp-leading-normal);
    letter-spacing: var(--hp-tracking-normal);
    color: var(--hp-color-text);
    -webkit-font-smoothing: antialiased;
}

.hp-modern h1,
.hp-modern h2,
.hp-modern h3,
.hp-modern .hp-font-display {
    font-family: var(--hp-font-display);
    letter-spacing: var(--hp-tracking-tight);
}
