/* ============================================================
   Kapatid Ministry — Webfonts
   Headings:    Poppins (Bold/ExtraBold)
   Body:        DM Sans
   Accent script: Caveat (handwritten highlight words).
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&family=Caveat:wght@400;500;600;700&display=swap');
/* ============================================================
   Kapatid Ministry — Color Tokens
   Palette derived from the logo + brand graphics. Echoes the
   Philippine flag (royal blue, crimson red, golden sun) plus
   the warm taupe of the cross and a charcoal ink.
   ============================================================ */
:root {
  /* ---- Brand core (sampled from logo) ---- */
  --kapatid-blue:    #283891; /* royal blue — primary brand */
  --kapatid-red:     #bf1e2e; /* crimson — energy / love */
  --kapatid-gold:    #fcb040; /* golden sun — hope / warmth */
  --kapatid-taupe:   #9b8679; /* the cross — grounding neutral */
  --kapatid-ink:     #3a3a3c; /* charcoal — logo wordmark */

  /* ---- Expressive surface tints (sampled from verse cards) ---- */
  --blue-surface:    #3846b2; /* brighter royal for full-bleed fields */
  --red-surface:     #c82f4d; /* raspberry crimson field */
  --gold-surface:    #df983f; /* marigold field */

  /* ---- Blue scale ---- */
  --blue-50:  #eef0f9;
  --blue-100: #d6daf0;
  --blue-200: #aab2e0;
  --blue-300: #7886cf;
  --blue-400: #4f60bf;
  --blue-500: #3846b2;
  --blue-600: #283891; /* = brand blue */
  --blue-700: #202c72;
  --blue-800: #182155;
  --blue-900: #11173a;

  /* ---- Red scale ---- */
  --red-50:  #fceced;
  --red-100: #f7ccd0;
  --red-200: #ee9aa1;
  --red-300: #e36672;
  --red-400: #d33d4f;
  --red-500: #c82f4d;
  --red-600: #bf1e2e; /* = brand red */
  --red-700: #9c1825;
  --red-800: #76121c;
  --red-900: #500c13;

  /* ---- Gold scale ---- */
  --gold-50:  #fef6e7;
  --gold-100: #fde7bf;
  --gold-200: #fcd28b;
  --gold-300: #fcbf5c;
  --gold-400: #fcb040; /* = brand gold */
  --gold-500: #ef9d22;
  --gold-600: #d9851a;
  --gold-700: #ad6712;
  --gold-800: #7e4a0d;
  --gold-900: #4f2e08;

  /* ---- Taupe / warm neutral scale ---- */
  --taupe-50:  #f6f3f1;
  --taupe-100: #e9e2dd;
  --taupe-200: #d4c7bd;
  --taupe-300: #bda99c;
  --taupe-400: #a8917f;
  --taupe-500: #9b8679; /* = cross taupe */
  --taupe-600: #7e6c61;
  --taupe-700: #5f514a;
  --taupe-800: #423832;
  --taupe-900: #2a231f;

  /* ---- Ink / cool gray scale ---- */
  --ink-900: #1f1f21;
  --ink-800: #2b2b2d;
  --ink-700: #3a3a3c; /* = wordmark ink */
  --ink-600: #54545a;
  --ink-500: #6f6f77;
  --ink-400: #9596a0;
  --ink-300: #c2c3ca;
  --ink-200: #e0e1e6;
  --ink-100: #eeeff3;
  --ink-50:  #f7f8fa;
  --white:   #ffffff;
  --paper:   #f8f3e9; /* warm cream — the live site's page base */

  /* ---- Website key palette (sampled from kapatidministry.org) ---- */
  --kapatid-coral:  #c94d45; /* primary web CTA, bands, newsletter */
  --coral-bright:   #e0654e; /* lighter salmon for hero buttons */
  --coral-hover:    #b23d36;
  --kapatid-navy:   #0b3a5c; /* footer + dark photo overlays */
  --navy-700:       #14496f;
  --sand:           #e9e5d7; /* warm-gray alternating section */
  --sand-soft:      #f4efe7;
  --gold-section:   #e6a14e; /* full gold section background */

  /* ---- Semantic aliases ---- */
  --color-primary:        var(--kapatid-blue);
  --color-primary-hover:  var(--blue-700);
  --color-primary-press:  var(--blue-800);
  --color-accent:         var(--kapatid-red);
  --color-accent-hover:   var(--red-700);
  --color-highlight:      var(--kapatid-gold);
  --color-cta:            var(--kapatid-coral); /* the live site's main button color */
  --color-cta-hover:      var(--coral-hover);

  --text-strong:   var(--ink-900);
  --text-body:     var(--ink-700);
  --text-muted:    var(--ink-500);
  --text-on-color: var(--white);
  --text-link:     var(--kapatid-blue);

  --surface-page:   var(--paper);
  --surface-card:   var(--white);
  --surface-sunken: var(--ink-50);
  --surface-warm:   var(--sand);
  --surface-navy:   var(--kapatid-navy);
  --surface-coral:  var(--kapatid-coral);
  --surface-gold-section: var(--gold-section);
  --surface-blue:   var(--blue-surface);
  --surface-red:    var(--red-surface);
  --surface-gold:   var(--gold-surface);

  --border-subtle:  var(--ink-200);
  --border-default: var(--ink-300);
  --border-strong:  var(--ink-700);

  --focus-ring: color-mix(in srgb, var(--kapatid-blue) 55%, transparent);
}
/* ============================================================
   Kapatid Ministry — Typography Tokens
   One family does most of the work: Mukta. Headlines are heavy
   (700/800) and tight; body is regular/light and airy. Caveat
   adds a warm, handwritten accent for highlight words only.
   ============================================================ */
:root {
  /* ---- Families ---- */
  --font-sans:   'DM Sans', system-ui, 'Segoe UI', Roboto, sans-serif;
  --font-display:'Poppins', system-ui, sans-serif; /* headings */
  --font-script: 'Caveat', 'Segoe Script', cursive;

  /* ---- Weights ---- */
  --fw-light:     300; /* @kind font */
  --fw-regular:   400; /* @kind font */
  --fw-medium:    500; /* @kind font */
  --fw-semibold:  600; /* @kind font */
  --fw-bold:      700; /* @kind font */
  --fw-extrabold: 800; /* @kind font */ /* Poppins ExtraBold for big display */

  /* ---- Type scale (rem, 16px base) ---- */
  --fs-display-xl: 4.5rem;   /* 72 — hero verse headline */
  --fs-display-lg: 3.5rem;   /* 56 */
  --fs-display-md: 2.75rem;  /* 44 */
  --fs-h1: 2.25rem;          /* 36 */
  --fs-h2: 1.75rem;          /* 28 */
  --fs-h3: 1.375rem;         /* 22 */
  --fs-h4: 1.125rem;         /* 18 */
  --fs-body-lg: 1.125rem;    /* 18 */
  --fs-body: 1rem;           /* 16 */
  --fs-body-sm: 0.875rem;    /* 14 */
  --fs-caption: 0.75rem;     /* 12 */
  --fs-overline: 0.6875rem;  /* 11 */

  /* ---- Line heights ---- */
  --lh-tight:   1.04; /* @kind other */
  --lh-snug:    1.18; /* @kind other */
  --lh-heading: 1.25; /* @kind other */
  --lh-body:    1.6; /* @kind other */
  --lh-relaxed: 1.75; /* @kind other */

  /* ---- Letter spacing ---- */
  --ls-tighter: -0.02em; /* @kind other */
  --ls-tight:   -0.01em; /* @kind other */
  --ls-normal:  0; /* @kind other */
  --ls-wide:    0.04em; /* @kind other */
  --ls-wider:   0.12em;  /* @kind other */
  --ls-widest:  0.18em;  /* @kind other */
}
/* ============================================================
   Kapatid Ministry — Spacing, Radii & Layout Tokens
   Calm, generous spacing on a 4px base. Soft, friendly radii.
   ============================================================ */
:root {
  /* ---- Spacing (4px base) ---- */
  --space-0:  0;
  --space-1:  0.25rem;  /* 4 */
  --space-2:  0.5rem;   /* 8 */
  --space-3:  0.75rem;  /* 12 */
  --space-4:  1rem;     /* 16 */
  --space-5:  1.5rem;   /* 24 */
  --space-6:  2rem;     /* 32 */
  --space-7:  2.5rem;   /* 40 */
  --space-8:  3rem;     /* 48 */
  --space-9:  4rem;     /* 64 */
  --space-10: 5rem;     /* 80 */
  --space-12: 7rem;     /* 112 */

  /* ---- Radii (soft & friendly) ---- */
  --radius-xs:   4px;
  --radius-sm:   8px;
  --radius-md:   12px;
  --radius-lg:   18px;
  --radius-xl:   28px;
  --radius-pill: 999px;
  --radius-circle: 50%;

  /* ---- Container widths ---- */
  --container-sm: 640px;
  --container-md: 880px;
  --container-lg: 1120px;
  --container-xl: 1280px;

  /* ---- Border widths ---- */
  --border-thin: 1px;
  --border-med:  2px;
  --border-thick: 3px;
}
/* ============================================================
   Kapatid Ministry — Elevation, Shadow & Motion Tokens
   Shadows are soft, low-contrast and warm-tinted — never harsh.
   Motion is gentle: short ease-out fades and small lifts.
   ============================================================ */
:root {
  /* ---- Shadows (warm-tinted, soft) ---- */
  --shadow-xs: 0 1px 2px rgba(42, 35, 31, 0.06);
  --shadow-sm: 0 2px 6px rgba(42, 35, 31, 0.08);
  --shadow-md: 0 6px 18px rgba(42, 35, 31, 0.10);
  --shadow-lg: 0 14px 36px rgba(42, 35, 31, 0.14);
  --shadow-xl: 0 28px 60px rgba(42, 35, 31, 0.18);

  /* photo / polaroid lift (used by image cards) */
  --shadow-photo: 0 10px 28px rgba(42, 35, 31, 0.22);

  /* focus ring */
  --shadow-focus: 0 0 0 3px var(--focus-ring);

  /* ---- Motion ---- */
  --ease-out:   cubic-bezier(0.22, 0.61, 0.36, 1); /* @kind other */
  --ease-in-out:cubic-bezier(0.45, 0, 0.55, 1); /* @kind other */
  --ease-spring:cubic-bezier(0.34, 1.56, 0.64, 1); /* @kind other */
  --dur-fast:   120ms; /* @kind other */
  --dur-base:   200ms; /* @kind other */
  --dur-slow:   320ms; /* @kind other */
}

