/* alpacacollectivemusic.com - assets/css/style.css (engine theme, 2026-09-23)
   Replaces the legacy Polo template (plugins.css, style.css, theme.css, jQuery).
   Accent #f57e2f is the brand colour of the old theme.css; the salmon matches the logo. */

:root {
  --ac-bg: #fbf6f2;
  --ac-card: #ffffff;
  --ac-text: #1b1b1b;
  --ac-muted: #6b6560;
  --ac-accent: #f57e2f;
  --ac-salmon: #f2a48f;
  --ac-border: #eee3da;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--ac-text);
  background: var(--ac-bg);
  line-height: 1.6;
}

img, iframe { max-width: 100%; }

a { color: var(--ac-accent); text-decoration: none; }
a:hover, a:focus { text-decoration: underline; }

/* Skip link: off-screen until it takes focus */
.skip { position: absolute; left: -9999px; top: 0; }
.skip:focus {
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background: var(--ac-card);
  border: 1px solid var(--ac-border);
  border-radius: 0 0 10px 10px;
  padding: 10px 16px;
}

.ac-wrap { width: 100%; max-width: 760px; margin: 0 auto; padding: 0 20px; }

/* Header */
.ac-header { border-bottom: 1px solid var(--ac-border); background: var(--ac-card); }
.ac-header .ac-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 60px; }
.ac-brand { font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; color: var(--ac-text); }
.ac-brand:hover { color: var(--ac-accent); text-decoration: none; }

/* Sections */
.ac-section { padding: 40px 0; text-align: center; }
.ac-section + .ac-section { border-top: 1px solid var(--ac-border); }

h1, h2 { line-height: 1.2; letter-spacing: 0.02em; margin: 0 0 24px; }
h1 { font-size: 2rem; }
h2 { font-size: 1.5rem; }
h1::after, h2::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin: 12px auto 0;
  background: var(--ac-accent);
}

.ac-logo { display: block; width: 300px; height: auto; margin: 0 auto; border-radius: 4px; }

/* Embeds */
.ac-video { position: relative; width: 100%; aspect-ratio: 16 / 9; background: #000; border-radius: 8px; overflow: hidden; }
.ac-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.ac-player { display: block; width: 100%; max-width: 500px; height: 352px; margin: 0 auto; border: 0; border-radius: 12px; }

.ac-listen { margin: 24px 0 0; }
.ac-btn {
  display: inline-block;
  background: var(--ac-accent);
  color: #fff;
  border: 1px solid var(--ac-accent);
  border-radius: 999px;
  padding: 10px 22px;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}
.ac-btn:hover, .ac-btn:focus { color: #fff; text-decoration: none; filter: brightness(0.95); }
.ac-btn.ac-btn-quiet { background: var(--ac-card); color: var(--ac-accent); }

/* Text pages (privacy, 404) */
.ac-text { text-align: left; }
.ac-text h1::after { margin-left: 0; }
.ac-crumb { font-size: 0.9rem; margin: 24px 0 0; }
.ac-note { color: var(--ac-muted); font-size: 0.9rem; margin: -12px 0 20px; }
.ac-prose h2 { font-size: 1.15rem; margin: 28px 0 8px; }
.ac-prose h2::after { display: none; }
.ac-prose ul { padding-left: 22px; }
.ac-prose li { margin-bottom: 6px; }

/* Disclosure slot from the platform kit (empty on this site) */
.disclosure-slot:empty { display: none; }
.disclosure-slot p { font-size: 0.85rem; color: var(--ac-muted); }

/* Footer */
.ac-footer { background: #1b1b1b; color: #d8d2cc; padding: 36px 0 28px; font-size: 0.9rem; }
.ac-footer a { color: var(--ac-salmon); }
.ac-footer-cols { display: flex; flex-wrap: wrap; gap: 24px 48px; justify-content: center; text-align: center; }
.ac-footer h3 { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.08em; color: #fff; margin: 0 0 6px; }
.ac-footer p { margin: 0; }
.ac-social a + a::before { content: " \00b7 "; color: #8a827b; }
.ac-copy { margin-top: 28px; text-align: center; font-size: 0.8rem; color: #8a827b; }
.ac-copy a { color: #8a827b; text-decoration: underline; }

@media (max-width: 480px) {
  h1 { font-size: 1.6rem; }
  .ac-logo { width: 240px; }
  .ac-section { padding: 32px 0; }
}
