/*
Theme Name: Paramour Billboard
Theme URI: https://paramour.services/
Author: Paramour
Description: Lightweight universal billboard theme (Model A′). Service World presentation from Hub packs. Not a Listeo child.
Version: 0.1.1-hub
Text Domain: paramour-billboard
Requires at least: 6.0
*/

/* Base chrome only — SW tokens load via plugin/theme from paramour-runtime packs. */
:root {
  --pm-billboard-shell: 1;
  --pm-bg: #0f1114;
  --pm-fg: #f4f1ea;
  --pm-muted: #a8a29a;
  --pm-accent: #c4a574;
  --pm-font: "Source Serif 4", "Georgia", serif;
  --pm-font-ui: "DM Sans", system-ui, sans-serif;
  --pm-attribution-url: https://paramour.services/;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  color-scheme: dark;
}

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: var(--pm-font-ui);
  background: radial-gradient(120% 80% at 50% -20%, #1c2330 0%, var(--pm-bg) 55%);
  color: var(--pm-fg);
  line-height: 1.5;
}

a {
  color: var(--pm-accent);
}

.pm-bb-shell {
  flex: 1 0 auto;
  max-width: 72rem;
  margin: 0 auto;
  padding: 2rem 1.25rem 2rem;
  width: 100%;
}

.pm-bb-brand {
  font-family: var(--pm-font);
  font-size: clamp(2rem, 5vw, 3.25rem);
  letter-spacing: 0.04em;
  margin: 0 0 0.5rem;
}

.pm-bb-lede {
  color: var(--pm-muted);
  max-width: 36rem;
}

/* Tiny Official Website attribution — only outbound brand link on billboards. */
.pm-bb-footer {
  flex-shrink: 0;
  padding: 1.25rem 1.25rem 1.75rem;
  text-align: center;
}

.pm-bb-attribution {
  font-family: var(--pm-font-ui);
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-decoration: none;
  color: var(--pm-muted);
  opacity: 0.85;
}

.pm-bb-attribution:hover,
.pm-bb-attribution:focus-visible {
  color: var(--pm-fg);
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
