/*
Theme Name: Riset Hibrida — Research Intelligence Lab
Theme URI: https://risethibrida.com
Author: Riset Hibrida
Author URI: https://risethibrida.com
Description: Research Intelligence Lab™ — platform metodologi riset hibrida. DNA visual: Fireart Studio patterns, Claude orange soft analogous palette (warm orange #D4703A, amber #E8A03A, coral #C85A3D), SaaS premium. Font: Syne (display) + Manrope (body) + JetBrains Mono. Mega menu 8 item, 9-section homepage, CPT: framework, program, opportunity, workspace.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: riset-hibrida
Tags: education, research, saas, custom-post-types, mega-menu
*/

/* =====================================================================
   DESIGN TOKENS — Claude Orange Soft Analogous
   ===================================================================== */
:root {

  /* WARNA — analogous warm orange */
  --rh-orange:      #D4703A;    /* primary · Claude warm orange */
  --rh-orange-d:    #AE5428;    /* pressed/hover */
  --rh-orange-l:    #ECA27A;    /* light accent */
  --rh-orange-glow: rgba(212,112,58,0.14);
  --rh-amber:       #E8A03A;    /* analogous #1 · yellow-orange */
  --rh-amber-l:     #F5C87A;
  --rh-coral:       #C85A3D;    /* analogous #2 · red-orange */
  --rh-sand:        #F2C8A0;    /* warm sand */

  --rh-ink:         #180E06;    /* near-black w/ warm undertone */
  --rh-ink-soft:    #241608;
  --rh-paper:       #FFFFFF;
  --rh-paper-warm:  #FEF8F2;    /* warm white */
  --rh-paper-alt:   #F8F0E6;    /* warm cream */

  --rh-text:        #1C1006;
  --rh-text-muted:  #7A5C42;
  --rh-line:        #EDE0D0;    /* warm border */
  --rh-line-ink:    #2E1A08;

  --rh-text-invert:       #FEF8F2;
  --rh-text-invert-muted: #A8907C;

  /* STATUS RAMBU */
  --rh-green:  #2EAA72;
  --rh-yellow: #E8A03A;
  --rh-red:    #C85A3D;

  /* TIPOGRAFI */
  --rh-display: "Syne", "DM Sans", system-ui, sans-serif;
  --rh-body:    "Manrope", "Nunito Sans", system-ui, sans-serif;
  --rh-mono:    "JetBrains Mono", "SF Mono", monospace;

  /* LAYOUT */
  --rh-maxw:    1280px;
  --rh-gutter:  clamp(1.25rem, 4vw, 4rem);
  --rh-sect-y:  clamp(4rem, 8vw, 7rem);

  /* KOMPONEN */
  --rh-radius:     12px;
  --rh-radius-lg:  24px;     /* audit: 24px cards */
  --rh-radius-pill: 100px;
  --rh-btn-h:      56px;     /* audit: 56px pill button */
  --rh-shadow:     0 20px 60px -24px rgba(24,14,6,0.18);
  --rh-shadow-card:0 2px 12px rgba(24,14,6,0.06);
  --rh-shadow-lift:0 24px 64px -20px rgba(212,112,58,0.28);
  --rh-border:     1px solid var(--rh-line);

  /* MOTION */
  --rh-ease:  cubic-bezier(.22,1,.36,1);
  --rh-dur:   0.45s;
}
