:root{--radius: .25rem;--navy: #0d1b35;--navy-mid: #152344;--silver: #b8c4d4;--silver-light: #dce4ee;--terra: #c4785a;--terra-light: #d4956f;--beige: #f0e8dd;--beige-light: #f8f4ef;--text-dark: #1a2840;--text-mid: #4a5568;--text-light: #8a9bb5;--background: var(--beige-light);--foreground: var(--text-dark);--card: #ffffff;--card-foreground: var(--text-dark);--popover: #ffffff;--popover-foreground: var(--text-dark);--primary: var(--terra);--primary-foreground: #ffffff;--secondary: var(--navy);--secondary-foreground: var(--silver-light);--muted: var(--beige);--muted-foreground: var(--text-mid);--accent: var(--terra-light);--accent-foreground: #ffffff;--destructive: oklch(.577 .245 27.325);--destructive-foreground: #ffffff;--border: rgba(196,120,90,.15);--input: rgba(196,120,90,.2);--ring: var(--terra)}@layer base{*{border-color:var(--border);margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:18px}@media(max-width:900px){html{font-size:16px}}body{background:var(--background);color:var(--foreground);font-family:var(--font-sans);-webkit-font-smoothing:antialiased}}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{animation:fadeUp 1s ease both}.animate-fade-up-delay{animation:fadeUp 1.2s .2s ease both}.animate-fade-up-late{animation:fadeUp 1.4s .6s ease both}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}
