/* ============================================================
   Greenera Southmark — Design tokens + self-hosted brand fonts
   ============================================================ */

/* ---- Brand fonts (subset to Vietnamese, woff2) ---- */
@font-face {
  font-family: "Averta";
  src: url("../fonts/averta-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Averta";
  src: url("../fonts/averta-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Averta";
  src: url("../fonts/averta-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Averta";
  src: url("../fonts/averta-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lostgun";
  src: url("../fonts/lostgun-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  /* ---- Palette — calibrated to the LADIPAGE.pdf mockup ----
     (sampled olive ≈ #7d7c4a–#888a59, near-white bg, cool sage tints) */
  --moss: #7c7c4c;        /* primary olive section bg (lighter sage-olive) */
  --moss-2: #8a8a57;      /* lighter olive */
  --moss-deep: #4d4b2c;   /* deep olive — dark text/headings on light */
  --grass: #8f9a55;       /* muted sage-green accent */
  --grass-soft: #a7b07a;

  --cream: #f4f3ea;       /* page background (lighter, less yellow) */
  --ivory: #fcfbf6;       /* card / lighter bg (near white) */
  --sand: #e6e2d4;        /* muted divider / surface */
  --sage: #dde4dc;        /* cool light-sage tint (PDF map/light areas) */
  --sage-2: #eef1ea;      /* very light sage */

  --gold: #ad8f4f;        /* muted bronze-gold accent (CTA, numbers) */
  --gold-soft: #c4a86f;
  --gold-deep: #8c6f3c;

  --ink: #2c2c20;         /* body text on light */
  --ink-soft: #565442;    /* secondary text */
  --on-dark: #f6f4e9;     /* text on olive */
  --on-dark-soft: #dcd8c2;

  --line: #e0dccb;        /* hairline on light */
  --line-dark: rgba(255, 255, 255, 0.18);

  /* ---- Typography ---- */
  --font-body: "Averta", "Segoe UI", system-ui, -apple-system, sans-serif;
  --font-display: "Lostgun", "Averta", Georgia, serif;

  /* ---- Shape & depth ---- */
  --r-sm: 8px;
  --r: 16px;
  --r-lg: 24px;
  --r-xl: 32px;
  --r-pill: 999px;

  --shadow-sm: 0 2px 10px rgba(67, 68, 31, 0.08);
  --shadow: 0 14px 40px rgba(67, 68, 31, 0.12);
  --shadow-lg: 0 28px 70px rgba(43, 44, 20, 0.20);
  --shadow-gold: 0 14px 34px rgba(156, 127, 68, 0.35);

  /* ---- Layout ---- */
  --container: 1200px;
  --container-wide: 1340px;
  --gutter: clamp(16px, 4vw, 40px);
  --section-y: clamp(56px, 8vw, 110px);

  /* ---- Header ---- */
  --header-h: 88px;

  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}
