/* ═══════════════════════════════════════════════════════════════════════
   AAMOS Brand Layer v2.0 — Volkswagen AG Strict
   Erik 2026-04-30 23:23: "Inget grand hotell-tema. VW AG industriell minimalism."
   
   Design law:
   - Inter Tight (headlines/display) + Inter (body) + JetBrains Mono (numbers)
   - INGA serifs. INGA ornament. INGEN Playfair Display.
   - 4px button-radius / 8px card-radius
   - Subtil hover: border-color change (ej lift + shadow)
   - Whitespace: generös, grid-baserad
   ═══════════════════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap');

:root {
  /* VW AG typography stack */
  --aamos-font-display: 'Inter Tight', 'Inter', -apple-system, sans-serif;
  --aamos-font-body:    'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --aamos-font-mono:    'JetBrains Mono', 'SF Mono', Menlo, monospace;

  /* Type scale — strict VW hierarchy */
  --text-display: 48px;
  --text-h1:      36px;
  --text-h2:      28px;
  --text-h3:      22px;
  --text-h4:      18px;
  --text-body:    14px;
  --text-small:   12px;
  --text-micro:   11px;

  /* Light-mode palette (VW AG cream/navy/gold) */
  --vw-bg:         #FAFAF7;
  --vw-card:       #FFFFFF;
  --vw-border:     #DFDDD8;
  --vw-border-h:   #8A6D3B;
  --vw-text:       #0a1628;
  --vw-text-2:     #5a6a82;
  --vw-text-3:     #8a96a8;
  --vw-gold:       #8A6D3B;
  --vw-gold-light: #C8A86B;
}

/* ──────────────────────────────────────────────────────────
   Typography hierarchy — VW AG strict (Inter Tight only)
   ────────────────────────────────────────────────────────── */

.aamos-display,
.aamos-h1, .aamos-h2, .aamos-h3, .aamos-h4 {
  font-family: var(--aamos-font-display);
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 0 var(--space-4, 16px);
  font-style: normal;
}

.aamos-display { font-size: var(--text-display); font-weight: 600; letter-spacing: -0.025em; }
.aamos-h1     { font-size: var(--text-h1);      font-weight: 600; letter-spacing: -0.02em; }
.aamos-h2     { font-size: var(--text-h2);      font-weight: 600; letter-spacing: -0.015em; }
.aamos-h3     { font-size: var(--text-h3);      font-weight: 500; letter-spacing: -0.01em; }
.aamos-h4     { font-size: var(--text-h4);      font-weight: 500; letter-spacing: 0; }

.aamos-body {
  font-family: var(--aamos-font-body);
  font-size: var(--text-body);
  font-weight: 400;
  line-height: 1.6;
}

.aamos-eyebrow,
.aamos-label {
  font-family: var(--aamos-font-body);
  font-size: var(--text-micro);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--aamos-text-muted, #6b7d99);
}

.aamos-mono {
  font-family: var(--aamos-font-mono);
  font-feature-settings: 'tnum' 1;
}

/* ──────────────────────────────────────────────────────────
   Section layout — VW whitespace generous
   ────────────────────────────────────────────────────────── */

.aamos-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 96px 40px;
}

.aamos-section--narrow { max-width: 720px; }
.aamos-section--wide   { max-width: 1440px; }

.aamos-section-eyebrow {
  display: block;
  margin-bottom: 16px;
}

.aamos-section-title {
  font-family: var(--aamos-font-display);
  font-size: var(--text-h1);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  max-width: 720px;
}

.aamos-section-lead {
  font-family: var(--aamos-font-body);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.55;
  color: var(--aamos-text-secondary, #5a6a82);
  max-width: 640px;
  margin-bottom: 48px;
}

/* ──────────────────────────────────────────────────────────
   Cards — VW precision. 8px radius, 1px border.
   Hover = border-color only (NO transform/lift).
   ────────────────────────────────────────────────────────── */

.aamos-card-premium {
  background: var(--aamos-bg-elevated, #1a2840);
  border: 1px solid var(--aamos-border, #1f2e44);
  border-radius: 8px;
  padding: 28px 24px;
  transition: border-color 0.2s ease;
  position: relative;
}

.aamos-card-premium:hover {
  border-color: var(--aamos-gold, #c8a86b);
}

.aamos-card-premium .aamos-card-eyebrow {
  display: block;
  margin-bottom: 12px;
}

.aamos-card-premium .aamos-card-title {
  font-family: var(--aamos-font-display);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
  line-height: 1.3;
}

.aamos-card-premium .aamos-card-body {
  font-family: var(--aamos-font-body);
  font-size: 14px;
  line-height: 1.6;
  color: var(--aamos-text-secondary, #a0b4d0);
}

/* ──────────────────────────────────────────────────────────
   Buttons — VW 4px radius, understated
   ────────────────────────────────────────────────────────── */

.aamos-btn-vw {
  font-family: var(--aamos-font-body);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 13px 26px;
  border-radius: 4px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.15s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.aamos-btn-vw--primary {
  background: #0a1628;
  color: #FAFAF7;
}

.aamos-btn-vw--primary:hover { background: #1a2840; }

.aamos-btn-vw--gold {
  background: var(--vw-gold, #8A6D3B);
  color: #FAFAF7;
}

.aamos-btn-vw--gold:hover { background: #7a5e2e; }

.aamos-btn-vw--outline {
  background: transparent;
  border-color: #0a1628;
  color: #0a1628;
}

.aamos-btn-vw--outline:hover {
  background: #0a1628;
  color: #FAFAF7;
}

/* ──────────────────────────────────────────────────────────
   Hero / page-titlar
   ────────────────────────────────────────────────────────── */

.aamos-hero {
  padding: 112px 40px 72px;
  max-width: 1200px;
  margin: 0 auto;
}

.aamos-hero-eyebrow {
  display: block;
  margin-bottom: 20px;
}

.aamos-hero-title {
  font-family: var(--aamos-font-display);
  font-size: clamp(36px, 4.5vw, 60px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.025em;
  max-width: 880px;
  margin-bottom: 24px;
}

.aamos-hero-lead {
  font-family: var(--aamos-font-body);
  font-size: clamp(15px, 1.3vw, 18px);
  font-weight: 300;
  line-height: 1.55;
  color: var(--aamos-text-secondary, #5a6a82);
  max-width: 680px;
  margin-bottom: 40px;
}

.aamos-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* ──────────────────────────────────────────────────────────
   Stat / KPI display
   ────────────────────────────────────────────────────────── */

.aamos-stat-display {
  font-family: var(--aamos-font-mono);
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
}

/* ──────────────────────────────────────────────────────────
   Dividers — thin, neutral (NO gold gradient ornament)
   ────────────────────────────────────────────────────────── */

.aamos-divider {
  height: 1px;
  background: var(--aamos-border, #1f2e44);
  margin: 56px 0;
  border: 0;
}

[data-theme="light"] .aamos-divider,
html.light .aamos-divider,
body.light .aamos-divider {
  background: var(--vw-border, #DFDDD8);
}

/* Gold divider: 1px solid, no gradient */
.aamos-divider--gold {
  background: var(--vw-gold, #8A6D3B);
  opacity: 0.30;
  height: 1px;
}

/* ──────────────────────────────────────────────────────────
   Brand mark — AAMOS logo VW-style
   36×36 square, solid gold, Inter Tight 600
   ────────────────────────────────────────────────────────── */

.aamos-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}

.aamos-mark-letter {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background: #8A6D3B;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--aamos-font-display);
  font-weight: 600;
  font-size: 18px;
  color: #FAFAF7;
  letter-spacing: -0.02em;
  flex-shrink: 0;
}

.aamos-mark-text {
  font-family: var(--aamos-font-display);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.04em;
}

/* ──────────────────────────────────────────────────────────
   Print — pitch PDF export
   ────────────────────────────────────────────────────────── */

@media print {
  .aamos-section      { padding: 32px; max-width: 100%; }
  .aamos-card-premium { box-shadow: none; border: 1px solid #ccc; }
  .aamos-btn-vw       { display: none; }
  .aamos-hero         { padding: 32px; }
}
