@import url("/industry-styles/industry-styles.css?v=industry-rewrite-20260709e");
.industry-site.page-handmade-brand {
  --bg: #fff3e4;
  --bg2: #f8fff7;
  --text: #3d2b1f;
  --muted: #826f61;
  --panel: rgba(255,255,255,.68);
  --paper: #fffaf2;
  --line: rgba(61,43,31,.14);
  --accent: #ffba78;
  --accent2: #81eecf;
  --buttonText: #230f04;
}
body { background: #fff3e4; }
.page-handmade-brand .cards article,
.page-handmade-brand .wide-card,
.page-handmade-brand .form-panel { transition: transform .45s ease, border-color .45s ease, box-shadow .45s ease; }
.page-handmade-brand .cards article:hover,
.page-handmade-brand .wide-card:hover,
.page-handmade-brand .form-panel:hover { transform: translateY(-7px); border-color: var(--accent); box-shadow: 0 28px 80px color-mix(in srgb, var(--accent) 20%, transparent); }
.page-handmade-brand .is-visible { animation: pageLift .7s ease both; }
@keyframes pageLift { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
