/*
Theme Name: Pearl Green
Theme URI: https://pearlgreengift.com
Author: Pearl Green
Description: Premium corporate gifting theme — modern, minimal, luxurious.
Version: 1.0.0
Text Domain: pearl-green
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

:root {
  --background: 38 33% 97%;
  --foreground: 30 12% 14%;
  --card: 36 30% 98%;
  --card-foreground: 30 12% 14%;
  --primary: 28 18% 16%;
  --primary-foreground: 38 33% 97%;
  --secondary: 34 26% 92%;
  --secondary-foreground: 28 18% 16%;
  --muted: 34 22% 90%;
  --muted-foreground: 28 8% 38%;
  --accent: 32 35% 78%;
  --accent-foreground: 28 18% 16%;
  --brand: 90 18% 28%;
  --brand-foreground: 38 33% 97%;
  --gold: 34 45% 55%;
  --destructive: 0 70% 45%;
  --border: 32 18% 86%;
  --input: 32 18% 86%;
  --ring: 28 18% 16%;
  --radius: 1.25rem;
  --gradient-warm: linear-gradient(135deg, hsl(36 35% 95%) 0%, hsl(32 30% 88%) 100%);
  --gradient-hero: radial-gradient(ellipse at top right, hsl(32 35% 85% / 0.6), transparent 60%), linear-gradient(180deg, hsl(38 33% 97%), hsl(34 26% 93%));
  --shadow-soft: 0 1px 2px hsl(28 18% 16% / 0.04), 0 8px 24px -8px hsl(28 18% 16% / 0.08);
  --shadow-elev: 0 2px 4px hsl(28 18% 16% / 0.04), 0 24px 48px -16px hsl(28 18% 16% / 0.16);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; border-color: hsl(var(--border)); }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body {
  background: hsl(var(--background));
  color: hsl(var(--foreground));
  font-family: 'Inter', system-ui, sans-serif;
  font-feature-settings: 'cv02','cv03','cv04','cv11';
  line-height: 1.6;
}
h1,h2,h3,h4 { letter-spacing: -0.025em; line-height: 1.1; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul,ol { list-style: none; }
button { cursor: pointer; font-family: inherit; }
