
:root {
  --bg: #F6F3ED;
  --card: #FFFCF8;
  --ink: #111827;
  --muted: #6B7280;
  --line: #D8DDE6;
  --teal: #1F6B75;
  --gold: #B97C35;
  --slate: #8A95A6;
  --red: #9F3A2B;
  --green: #1E7B58;
  --navy: #23415A;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; background: var(--bg); color: var(--ink); }
a { color: inherit; text-decoration: none; }
img { display:block; width:100%; height:auto; border-radius: 22px; }
.topbar { position: sticky; top:0; z-index:20; backdrop-filter: blur(12px); background: rgba(246,243,237,.84); border-bottom:1px solid var(--line); }
.topbar-inner { max-width: 1220px; margin:0 auto; padding:18px 24px; display:flex; align-items:flex-end; justify-content:space-between; gap:16px; }
.brand-kicker { font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.brand-title { font-size: 28px; font-weight: 750; letter-spacing: -0.02em; }
.nav { display:flex; gap:12px; flex-wrap:wrap; }
.nav a { padding:10px 14px; border:1px solid var(--line); border-radius:999px; color:var(--muted); background: rgba(255,255,255,.45); }
.nav a.active { background: var(--ink); color:#fff; border-color:var(--ink); }
.page { padding: 28px 24px 56px; }
.wrap { max-width: 1220px; margin:0 auto; }
.hero { display:grid; grid-template-columns: 1.6fr 1fr; gap:20px; margin-bottom: 20px; }
.hero-card, .note, .metric, .panel, .callout, .platform-card, .table-card, .story-card, .timeline-card { background: var(--card); border: 1px solid var(--line); border-radius: 28px; padding: 26px; box-shadow: 0 12px 28px rgba(17,24,39,.04); }
.hero-card h1 { font-size: clamp(34px, 6vw, 58px); line-height: .95; margin: 14px 0 18px; letter-spacing: -0.035em; max-width: 11ch; }
.hero-card p, .section-head p, .platform-card p, .story-card p, .callout p, .metric-sub, li { color: var(--muted); line-height: 1.6; }
.hero-side { display:grid; gap:20px; }
.note-title, .section-kicker { font-size: 12px; text-transform: uppercase; letter-spacing: .09em; color: var(--muted); }
.statement { font-size: 24px; line-height: 1.12; font-weight: 650; letter-spacing: -0.02em; margin-top: 10px; }
.metrics { display:grid; grid-template-columns: repeat(4, 1fr); gap:16px; margin-bottom: 30px; }
.metric-label { font-size: 12px; text-transform: uppercase; letter-spacing: .09em; color: var(--muted); margin-bottom: 14px; }
.metric-value { font-size: 36px; font-weight: 740; line-height: 1; letter-spacing: -0.03em; margin-bottom: 10px; }
.metric-sub { font-size: 14px; }
.metric strong { color: var(--ink); }
.section { margin-top: 26px; }
.section-head { display:flex; align-items:flex-end; justify-content:space-between; gap:20px; margin-bottom: 16px; }
.section-head h2 { margin:8px 0 10px; font-size: 34px; line-height:1; letter-spacing:-.03em; }
.grid-2 { display:grid; grid-template-columns: repeat(2, 1fr); gap:20px; }
.grid-3 { display:grid; grid-template-columns: repeat(3, 1fr); gap:20px; }
.callout h3, .platform-card h3, .story-card h3 { font-size: 28px; line-height: 1.02; letter-spacing:-.03em; margin: 10px 0 14px; }
.kpi-inline { display:flex; flex-wrap: wrap; gap:10px; margin-top: 16px; }
.kpi-chip { padding: 10px 14px; border-radius: 999px; background: #F1EFE9; border:1px solid var(--line); font-size: 14px; }
.badge { display:inline-block; padding:8px 12px; border-radius:999px; font-size:12px; text-transform: uppercase; letter-spacing:.08em; }
.badge.teal { background:#E8F4F4; color:var(--teal); }
.badge.gold { background:#F7EFE4; color:var(--gold); }
.badge.slate { background:#EEF2F7; color:var(--navy); }
.badge.red { background:#FCECE8; color:var(--red); }
.story-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap:20px; }
.story-card ul { padding-left:18px; margin: 10px 0 0; }
.story-card li+li { margin-top: 8px; }
.timeline { display:grid; grid-template-columns: 1fr 1.4fr; gap:20px; }
.timeline-ribbon { display:flex; gap:10px; flex-wrap:wrap; }
.timeline-pill { padding:12px 16px; border-radius: 999px; border:1px solid var(--line); font-size:14px; }
.timeline-pill.fact { background:#E8F4F4; color: var(--teal); }
.timeline-pill.fc { background:#EEF2F7; color: var(--navy); }
.table { width:100%; border-collapse: collapse; font-size:14px; }
.table th, .table td { padding: 12px 0; border-bottom: 1px solid var(--line); text-align:left; }
.table th:last-child, .table td:last-child { text-align:right; }
.table .neg { color: var(--red); }
.footer-note { margin-top: 28px; font-size: 13px; color: var(--muted); }
@media (max-width: 980px) {
  .hero, .grid-2, .grid-3, .metrics, .story-grid, .timeline { grid-template-columns: 1fr; }
  .topbar-inner { align-items:flex-start; flex-direction:column; }
  .hero-card h1 { max-width:none; }
}

.badge.green { background:#EAF6F0; color: var(--green); }
.office-table-card { padding-top: 18px; }
.table-scroll { overflow-x: auto; }
.office-table { min-width: 980px; }
.office-table th { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.office-table td { vertical-align: top; }
.office-name { font-weight: 650; margin-bottom: 8px; }
.office-meta { display:flex; align-items:center; gap:8px; flex-wrap: wrap; }
.office-hint { font-size: 13px; color: var(--muted); }
.table .pos { color: var(--green); }


.office-browser-toolbar { display:flex; align-items:center; justify-content:space-between; gap:16px; margin: 18px 0 22px; flex-wrap: wrap; }
.platform-switch { display:flex; gap:10px; flex-wrap:wrap; }
.switch-pill { appearance:none; border:1px solid var(--line); background:#F1EFE9; color:var(--ink); border-radius:999px; padding:12px 18px; font:inherit; cursor:pointer; }
.switch-pill.active { background:var(--ink); color:#fff; border-color:var(--ink); }
.office-search input { width: 360px; max-width: 100%; border:1px solid var(--line); border-radius:999px; background: rgba(255,255,255,.66); padding:14px 18px; font:inherit; color:var(--ink); outline:none; }
.office-card-grid { display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap:20px; }
.office-card { background: var(--card); border:1px solid var(--line); border-radius: 28px; padding: 20px; box-shadow: 0 12px 28px rgba(17,24,39,.04); }
.office-card-top { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom: 16px; }
.office-role { font-size: 13px; color: var(--muted); }
.office-card h3 { font-size: 22px; line-height: 1.15; letter-spacing: -.02em; margin: 0 0 18px; }
.office-metrics { display:grid; grid-template-columns: repeat(3, 1fr); gap:10px; margin-bottom: 10px; }
.office-metric { background:#FBF9F5; border:1px solid #EEE8DE; border-radius:18px; padding:12px 14px; }
.metric-mini-label { font-size:12px; text-transform:uppercase; letter-spacing:.08em; color:var(--muted); margin-bottom:6px; }
.metric-mini-value { font-size:18px; font-weight:700; letter-spacing:-.02em; }
.office-change { font-size:14px; color: var(--muted); margin: 4px 0 12px; }
.office-change strong.pos, .footer-chip strong.pos { color: var(--green); }
.office-change strong.neg, .footer-chip strong.neg { color: var(--red); }
.office-spark-wrap { background:#F7F3EC; border-radius:18px; padding:8px 10px; border:1px solid #EEE8DE; }
.sparkline { width:100%; height:auto; display:block; }
.spark-zero { stroke:#D9DFE7; stroke-width:1.2; stroke-dasharray:4 4; }
.spark-2024 { fill:none; stroke:#A7B3C2; stroke-width:3.2; stroke-linecap:round; stroke-linejoin:round; }
.spark-2025 { fill:none; stroke:#2E7B78; stroke-width:3.6; stroke-linecap:round; stroke-linejoin:round; }
.office-chart-caption { margin-top:10px; font-size:13px; color:var(--muted); }
.office-footer { display:grid; grid-template-columns: repeat(4, 1fr); gap:10px; margin-top: 14px; }
.footer-chip { border:1px solid #EEE8DE; border-radius:16px; padding:10px 12px; background:#FBF9F5; }
.footer-chip span { display:block; font-size:11px; text-transform:uppercase; letter-spacing:.08em; color:var(--muted); margin-bottom:5px; }
.footer-chip strong { font-size:14px; letter-spacing:-.01em; }
@media (max-width: 980px) {
  .office-card-grid { grid-template-columns: 1fr; }
  .office-metrics, .office-footer { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .office-search input { width:100%; }
  .office-metrics, .office-footer { grid-template-columns: 1fr; }
}
