/* Ember site — dark fire theme */
* { margin: 0; padding: 0; box-sizing: border-box; }
:root { --accent: #ffb43c; }
body {
  /* quiet near-black: the hero art and the pedal bring their own fire */
  background: #0b0806;
  color: #e8d9c8;
  font: 16px/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: var(--accent); }

.hero img { display: block; width: 100%; max-width: 1100px; margin: 0 auto; }
.badges { display: flex; gap: 16px; justify-content: center; padding: 18px 0 6px; }
.badge {
  display: inline-block; padding: 10px 22px; border: 1px solid #ffb43c66; border-radius: 10px;
  color: #ffd9a0; text-decoration: none; letter-spacing: .06em; font-size: 14px;
  background: #00000080;
}
.badge:hover { background: #ffb43c22; }

main { max-width: 900px; margin: 0 auto; padding: 40px 20px; }
section { margin-bottom: 64px; }
h1 { font-size: 34px; letter-spacing: .02em; color: #ffd9a0; margin-bottom: 14px; }
h2 { font-size: 26px; color: #ffd9a0; margin-bottom: 6px; }
h3 { color: var(--accent); letter-spacing: .12em; margin-bottom: 8px; }
.sub { opacity: .8; margin-bottom: 22px; }

/* demo pedal — the canvas IS the plugin's GL scene; the row below is web-only */
.pedal { position: relative; border-radius: 18px; overflow: hidden; background: #0a0605; }
.pedal .row, .pedal .hint { padding-left: 14px; padding-right: 14px; }
.pedal .row { padding-top: 10px; padding-bottom: 4px; }
.pedal .hint { padding-bottom: 12px; }
#start-overlay {
  position: absolute; inset: 0; z-index: 5; display: flex; align-items: center; justify-content: center;
  background: #000000cc; backdrop-filter: blur(3px);
}
#start {
  font-size: 20px; letter-spacing: .2em; padding: 18px 42px; cursor: pointer;
  color: #ffd9a0; background: none; border: 2px solid var(--accent); border-radius: 12px;
}
#start:hover { background: #ffb43c22; }
#face { width: 100%; aspect-ratio: 4 / 3; display: block; touch-action: none; }

.row { position: relative; z-index: 1; display: flex; gap: 12px; justify-content: center; align-items: center; flex-wrap: wrap; padding: 6px 0; }
.row button {
  font-size: 13px; letter-spacing: .14em; padding: 9px 18px; cursor: pointer;
  color: #c9a988; background: #00000090; border: 1px solid #ffb43c40; border-radius: 8px;
}
.row button.on { color: #fff; border-color: var(--accent); box-shadow: 0 0 14px #ffb43c55; }
.vol { font-size: 12px; letter-spacing: .14em; color: #ffb43cd0; display: flex; gap: 8px; align-items: center; }
.vol input { accent-color: var(--accent); width: 120px; }
.hint { position: relative; z-index: 1; font-size: 12.5px; opacity: .6; text-align: center; padding-top: 14px; }

.voices-copy { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 28px; }
.features ul { list-style: none; }
.features li { padding: 8px 0 8px 28px; position: relative; }
.features li::before { content: "◆"; position: absolute; left: 0; color: var(--accent); font-size: 12px; top: 12px; }

footer { text-align: center; padding: 30px 0 40px; opacity: .65; font-size: 14px; }


#mic {
  background: #00000090; color: #e8d9c8; border: 1px solid #ffb43c40; border-radius: 8px;
  padding: 8px 10px; font-size: 13px; max-width: 220px;
}
