/* sunset.css — שקיעה, חמימות, אנרגיה */
:root {
  --radius: 18px;
  --btn-radius: 50px;
  --shadow: 0 4px 28px rgba(249, 115, 22, 0.14);
  --font-weight-heading: 800;
  --spacing-section: 5.5rem;
  --letter-spacing: -0.02em;
  --card-bg: #ffffff;
  --card-border: rgba(249, 115, 22, 0.14);
  --bg: #fff7f0;
  --bg-alt: #fff1e6;
  --text: #1c0a00;
  --text-muted: #7c4a2e;
  --hero-overlay: linear-gradient(135deg, rgba(25,8,0,0.84) 0%, rgba(50,20,5,0.52) 60%, transparent 100%);
  --hero-height: 92vh;
  --heading-transform: none;
  --btn-padding: 1.1rem 2.8rem;
  --btn-font-size: 1.05rem;
  --section-title-size: 2.6rem;
  --card-hover-scale: 1.03;
}
