/*
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.2.2-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;
}

.pm-bb-country {
  margin: 0 0 0.75rem;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pm-muted);
}

.pm-bb-intro {
  margin: 1.5rem 0 0;
  max-width: 40rem;
}

.pm-bb-intro-title {
  font-family: var(--pm-font);
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 400;
  margin: 0 0 0.75rem;
}

.pm-bb-intro-body {
  margin: 0;
  color: var(--pm-muted);
  font-size: 1rem;
}

.pm-bb-classification {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin: 0 0 1rem;
  font-size: 0.85rem;
  color: var(--pm-muted);
}

.pm-bb-classification-label {
  color: var(--pm-fg);
  letter-spacing: 0.02em;
}

.pm-bb-classification-age {
  opacity: 0.9;
}

.pm-bb-notice {
  margin-top: 2.5rem;
  max-width: 40rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(244, 241, 234, 0.12);
}

.pm-bb-notice-title {
  font-family: var(--pm-font);
  font-size: 1.05rem;
  font-weight: 400;
  margin: 0 0 0.5rem;
}

.pm-bb-notice-body {
  margin: 0;
  color: var(--pm-muted);
  font-size: 0.9rem;
}

.pm-bb-age-gate {
  max-width: 32rem;
  margin: 4rem auto;
  text-align: center;
}

.pm-bb-age-gate-kicker {
  margin: 0 0 0.75rem;
  color: var(--pm-muted);
  font-size: 0.85rem;
  letter-spacing: 0.04em;
}

.pm-bb-age-gate-title {
  font-family: var(--pm-font);
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 400;
  margin: 0 0 1rem;
}

.pm-bb-age-gate-lede {
  color: var(--pm-muted);
  margin: 0 0 1.75rem;
}

.pm-bb-age-gate-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: stretch;
}

.pm-bb-age-gate-enter,
.pm-bb-age-gate-leave {
  font: inherit;
  cursor: pointer;
  border-radius: 0.25rem;
  padding: 0.75rem 1rem;
  border: 1px solid transparent;
}

.pm-bb-age-gate-enter {
  background: var(--pm-accent);
  color: #1a1410;
  border-color: var(--pm-accent);
}

.pm-bb-age-gate-leave {
  background: transparent;
  color: var(--pm-muted);
  border-color: rgba(244, 241, 234, 0.2);
}

.pm-bb-age-gate-enter:hover,
.pm-bb-age-gate-enter:focus-visible,
.pm-bb-age-gate-leave:hover,
.pm-bb-age-gate-leave:focus-visible {
  outline: 2px solid var(--pm-fg);
  outline-offset: 2px;
}

/* Footer: legal nav + Official Website attribution (no paramour.me links). */
.pm-bb-footer {
  flex-shrink: 0;
  padding: 1.25rem 1.25rem 1.75rem;
  text-align: center;
}

.pm-bb-legal-nav {
  margin-bottom: 1rem;
}

.pm-bb-legal-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.25rem;
  font-size: 0.75rem;
}

.pm-bb-legal-list a {
  color: var(--pm-muted);
  text-decoration: none;
}

.pm-bb-legal-list a:hover,
.pm-bb-legal-list a:focus-visible {
  color: var(--pm-fg);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.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;
}
