/* Тема sand — теплий пісочний світлий, м’які межі, спокійна типографіка */
:root {
  --bg: #fdfaf4;
  --surface: #f5efe3;
  --surface-2: #ece3d2;
  --nav-bg: rgba(253,250,244,.88);
  --footer-bg: #f5efe3;
  --grad-hero: linear-gradient(165deg,#fdf1dc 0%,#f8e3c4 45%,#fdfaf4 100%);
  --hero-fade: linear-gradient(180deg, transparent, #fdfaf4);
  --hero-sub: #6b5b45;
  --grad-text: linear-gradient(92deg,#b45309,#92400e);
  --grad-headline: linear-gradient(92deg,#b45309,#7c2d12);
  --accent: #b45309;
  --glow: rgba(180,83,9,.3);
  --text-1: #2c2216;
  --text-2: #6b5b45;
  --border: rgba(44,34,22,.12);
  --card-bg: #fffdf8;
  --card-border: rgba(44,34,22,.12);
  --card-border-hover: rgba(180,83,9,.45);
  --card-shadow: 0 12px 28px rgba(87,64,32,.12);
  --price-color: #2c2216;
  --pill-glass-bg: rgba(180,83,9,.1);
  --pill-glass-hover: rgba(180,83,9,.18);
  --pill-glass-border: rgba(180,83,9,.25);
  --pill-glass-text: #7c2d12;
  --btn-bg: linear-gradient(92deg,#d97706,#b45309);
  --btn-text: #fff;
  --btn-shadow: 0 8px 22px rgba(180,83,9,.25);
  --btn-shadow-hover: 0 12px 30px rgba(180,83,9,.35);
  --radius-pill: 980px;
  --radius-card: 18px;
  --font: 'Golos Text', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-display: 'Golos Text', 'Golos Text', system-ui, sans-serif;
}

.card { box-shadow: 0 1px 2px rgba(87,64,32,.06); }
.hero { border-bottom: 1px solid var(--border); }
h1, h2 { letter-spacing: -.02em; }
.section-dark { background: var(--surface); }
