/* Theme polish layered on site.css — Niu Beads cow cream style */

:root {
  --ink: #1f1714;
  --brown: #8b5a2b;
  --brown-deep: #6f4420;
  --brown-mid: #b88455;
  --spot: #b88455;
  --cream: #fff8ef;
  --cream-2: #f7ead7;
  --cream-3: #f3e0c8;
  --sand: #f0e0cb;
  --text: #2b211c;
  --muted: #8a7464;
  --white: #ffffff;
  --shadow: rgba(48, 32, 20, 0.12);
  --radius: 24px;
  --pink: var(--brown-mid);
  --pink-dark: var(--ink);
  --pink-light: var(--cream-2);
  --peach: var(--cream-3);
  --yellow: var(--sand);
  --yellow-dark: var(--brown);
  --mint: var(--cream-2);
}

/* Keep logo bobble subtle */
.logo-cow { animation: bobble 3.2s ease-in-out infinite; }

/* Full-page cow print lives on body; keep sections transparent */
.site-wrapper,
.site-content,
.home-hero,
.page-hero {
  background-color: transparent;
  background-image: none;
}

.account-submit,
.service-options .btn {
  background: #1f1714;
  color: #fff;
  border: 2.5px solid #2a201b;
  box-shadow: 0 4px 0 #b88455;
}

.account-submit:hover,
.service-options .btn:hover {
  background: #000;
  color: #fff;
}
