/* ════════════════════════════════════════════════════════════════════════════
   PROPERTY.CSS — Acquisition Profile Page Styles
   BuySEOWebsites.com — Digital Asset Cellar
   ════════════════════════════════════════════════════════════════════════════ */

/* ── Property Header ──────────────────────────────────────────────────────── */
.prop-header {
  margin-bottom: var(--space-10);
  padding-bottom: var(--space-10);
  border-bottom: 1px solid var(--color-border);
}

/* Status + Tier badge row */
.prop-header__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-bottom: var(--space-5);
}

/* Domain name — monospace, muted, sits above the title */
.prop-header__domain {
  font-family: var(--font-mono);
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  letter-spacing: 0.01em;
  margin-bottom: var(--space-3);
}

/* Property name — the H1 */
.prop-header__title {
  font-size: var(--text-5xl);
  font-weight: var(--weight-extrabold);
  color: var(--color-text-primary);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
  margin-bottom: var(--space-4);
}

/* One-line headline — editorial sub-title */
.prop-header__headline {
  font-size: var(--text-lg);
  font-weight: var(--weight-light);
  color: var(--color-text-secondary);
  line-height: var(--leading-snug);
  max-width: 680px;
  margin-bottom: var(--space-6);
}

/* Tag row — industry + taxonomy chips */
.prop-header__tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

/* ── Quantitative Metrics Bar ─────────────────────────────────────────────── */
/* "The numbers at a glance" — displayed before narrative sections */
.prop-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: var(--space-3);
  margin-bottom: var(--space-10);
}

.prop-metric {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: var(--space-5) var(--space-5);
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
}

.prop-metric__label {
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  letter-spacing: var(--tracking-widest);
  text-transform: uppercase;
  color: var(--color-text-muted);
  line-height: 1;
}

.prop-metric__value {
  font-size: var(--text-2xl);
  font-weight: var(--weight-bold);
  color: var(--color-text-primary);
  letter-spacing: var(--tracking-tight);
  line-height: 1.1;
}

/* ── Qualitative Signal Grid ─────────────────────────────────────────────── */
/* "The strategic assessment" — qualitative attributes */
.prop-signals {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: var(--space-3);
  margin-bottom: var(--space-10);
}

.prop-signal {
  background: var(--color-panel);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: var(--space-4) var(--space-5);
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.prop-signal__label {
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  letter-spacing: var(--tracking-widest);
  text-transform: uppercase;
  color: var(--color-text-muted);
}

.prop-signal__value {
  font-size: var(--text-sm);
  font-weight: var(--weight-semibold);
  color: var(--color-text-secondary);
}

/* Large number variant — used for authority_score and similar prominent figures */
.prop-signal__value--prominent {
  font-size: var(--text-2xl);
  font-weight: var(--weight-bold);
  color: var(--color-text-primary);
  letter-spacing: var(--tracking-tight);
  line-height: 1;
}

/* Traffic trend variants */
.prop-trend {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: var(--text-sm);
  font-weight: var(--weight-semibold);
}

.prop-trend--growing  { color: var(--color-available); }
.prop-trend--stable   { color: var(--color-text-secondary); }
.prop-trend--declining{ color: #FF6B6B; }
.prop-trend--unknown  { color: var(--color-text-muted); }

/* AI Readiness + other qualitative badges */
.prop-badge {
  display: inline-flex;
  align-items: center;
  padding: 2px var(--space-2);
  border-radius: var(--radius-sm);
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
}

.prop-badge--high       { background: rgba(62, 207, 142, 0.10); border: 1px solid rgba(62, 207, 142, 0.2); color: var(--color-available); }
.prop-badge--moderate   { background: rgba(70, 167, 255, 0.08); border: 1px solid rgba(70, 167, 255, 0.2); color: var(--color-accent-blue); }
.prop-badge--low        { background: rgba(94, 110, 130, 0.10); border: 1px solid rgba(94, 110, 130, 0.2); color: var(--color-text-muted); }
.prop-badge--strong     { background: rgba(214, 178, 94, 0.08); border: 1px solid rgba(214, 178, 94, 0.2); color: var(--color-premium-gold); }
.prop-badge--developing { background: rgba(70, 167, 255, 0.05); border: 1px solid rgba(70, 167, 255, 0.14); color: var(--color-text-muted); }
.prop-badge--affiliate  { background: rgba(124, 92, 255, 0.08); border: 1px solid rgba(124, 92, 255, 0.2); color: var(--color-accent-violet); }

/* ── Narrative Sections ───────────────────────────────────────────────────── */
.prop-section {
  margin-bottom: var(--space-10);
  padding-bottom: var(--space-10);
  border-bottom: 1px solid var(--color-border-subtle);
}

.prop-section:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

/* Section eyebrow — small uppercase label with left accent */
.prop-section__label {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  letter-spacing: var(--tracking-widest);
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-bottom: var(--space-4);
}

.prop-section__label::before {
  content: '';
  display: block;
  width: 3px;
  height: 14px;
  background: var(--color-accent-blue);
  border-radius: 2px;
  flex-shrink: 0;
}

/* Gold accent for premium sections */
.prop-section__label--gold::before {
  background: var(--color-premium-gold);
}

/* Violet accent for strategic sections */
.prop-section__label--violet::before {
  background: var(--color-accent-violet);
}

.prop-section__body {
  font-size: var(--text-md);
  color: var(--color-text-secondary);
  line-height: var(--leading-relaxed);
  max-width: 720px;
}

.prop-section__body p {
  margin-bottom: var(--space-4);
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.prop-section__body p:last-child {
  margin-bottom: 0;
}

/* "Why This Asset" section — elevated treatment */
.prop-section--primary .prop-section__body {
  font-size: var(--text-lg);
  color: var(--color-text-primary);
  line-height: var(--leading-relaxed);
}

/* ── Attributes Panel Header ──────────────────────────────────────────────── */
.prop-panel-label {
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  letter-spacing: var(--tracking-widest);
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-bottom: var(--space-4);
}

/* "Why This Asset" — most important editorial section, gold-tinted panel */
.prop-section--why {
  background: linear-gradient(135deg, rgba(21, 28, 36, 0.6) 0%, rgba(26, 34, 48, 0.4) 100%);
  border: 1px solid rgba(214, 178, 94, 0.12);
  border-left: 3px solid var(--color-premium-gold);
  border-radius: var(--radius-lg);
  padding: var(--space-7) var(--space-7);
  margin-bottom: var(--space-10);
}

/* "Buyer Fit" — restrained callout to qualify serious acquirers */
.prop-section--buyer-fit {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: var(--space-7) var(--space-7);
  margin-bottom: var(--space-10);
}

/* Expansion opportunities as a structured list */
.prop-expansion-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.prop-expansion-list li {
  font-size: var(--text-md);
  color: var(--color-text-secondary);
  line-height: var(--leading-normal);
  padding-left: var(--space-6);
  position: relative;
  margin: 0;
}

.prop-expansion-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-accent-violet);
  opacity: 0.7;
}

/* ── Related Articles — editorial context section ─────────────────────────── */
.prop-related-articles {
  margin-bottom: var(--space-12);
}

.prop-related-articles__heading {
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  letter-spacing: var(--tracking-widest);
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-bottom: var(--space-5);
  padding-bottom: var(--space-4);
  border-bottom: 1px solid var(--color-border);
}

.prop-related-articles__list {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

/* ── Section spacer ───────────────────────────────────────────────────────── */
.prop-spacer {
  height: 1px;
  background: var(--color-border-subtle);
  margin: var(--space-10) 0;
}

/* ── Responsive ───────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
  .prop-header__title {
    font-size: var(--text-3xl);
  }

  .prop-header__headline {
    font-size: var(--text-base);
  }

  .prop-metrics {
    grid-template-columns: repeat(2, 1fr);
  }

  .prop-signals {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .prop-metrics {
    grid-template-columns: 1fr 1fr;
  }

  .prop-signals {
    grid-template-columns: 1fr 1fr;
  }
}
