/* Coral DevRel Strategy — fractional pitch site
   Light theme, coral accents, Gartner-style information density */

:root {
  --coral: #FF6F61;
  --coral-dark: #E55A4D;
  --coral-soft: #FFE8E4;
  --coral-tint: #FFF5F2;
  --ocean: #1B3A57;
  --ocean-soft: #E8EEF4;
  --ink: #1A1D26;
  --body: #2D3142;
  --muted: #6B7280;
  --line: #E5E7EB;
  --line-soft: #F1F2F4;
  --bg: #FAFAF8;
  --surface: #FFFFFF;
  --success: #10B981;
  --warning: #F59E0B;
  --danger: #DC2626;
  --radius: 10px;
  --radius-lg: 16px;
  --shadow-sm: 0 1px 2px rgba(26, 29, 38, 0.04), 0 1px 1px rgba(26, 29, 38, 0.03);
  --shadow: 0 2px 8px rgba(26, 29, 38, 0.06), 0 1px 2px rgba(26, 29, 38, 0.04);
  --shadow-lg: 0 12px 32px rgba(26, 29, 38, 0.08), 0 4px 8px rgba(26, 29, 38, 0.04);
  --font: ui-sans-serif, system-ui, -apple-system, "Inter", "Segoe UI", Roboto, sans-serif;
  --font-mono: ui-monospace, "SF Mono", "JetBrains Mono", Menlo, Consolas, monospace;
  --measure: 68ch;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  color: var(--body);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: var(--coral-dark);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 120ms ease, color 120ms ease;
}
a:hover { border-bottom-color: var(--coral-dark); }

h1, h2, h3, h4, h5 {
  color: var(--ink);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0 0 0.5em;
}
h1 { font-size: clamp(2rem, 4vw, 3rem); letter-spacing: -0.03em; }
h2 { font-size: clamp(1.5rem, 2.5vw, 2rem); margin-top: 2em; }
h3 { font-size: 1.25rem; margin-top: 1.5em; }
h4 { font-size: 1.05rem; color: var(--body); text-transform: uppercase; letter-spacing: 0.05em; font-weight: 600; }

p { margin: 0 0 1em; max-width: var(--measure); }

code {
  font-family: var(--font-mono);
  font-size: 0.92em;
  background: var(--ocean-soft);
  color: var(--ocean);
  padding: 0.1em 0.4em;
  border-radius: 4px;
}

pre {
  background: var(--ink);
  color: #E8EAED;
  padding: 1.25em;
  border-radius: var(--radius);
  overflow-x: auto;
  font-size: 0.9rem;
  line-height: 1.5;
}
pre code { background: none; color: inherit; padding: 0; }

/* Layout */
.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 2rem;
}
.container-narrow {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* Top nav */
.nav {
  position: sticky;
  top: 0;
  background: rgba(250, 250, 248, 0.92);
  backdrop-filter: saturate(180%) blur(10px);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--line);
  z-index: 50;
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0.85rem 2rem;
  gap: 2rem;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--ink);
  font-weight: 700;
  border: none;
  font-size: 1rem;
  letter-spacing: -0.01em;
}
.brand-mark {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #FF8A7D 0%, var(--coral) 50%, var(--coral-dark) 100%);
  box-shadow: inset 0 -2px 6px rgba(0,0,0,0.18);
}
.brand small { font-weight: 500; color: var(--muted); margin-left: 4px; font-size: 0.78rem; }
.nav-links {
  display: flex;
  gap: 1.3rem;
  align-items: center;
  flex-wrap: wrap;
}
.nav-links a {
  color: var(--body);
  font-size: 0.92rem;
  font-weight: 500;
  border: none;
}
.nav-links a:hover { color: var(--coral-dark); }
.nav-links a.active { color: var(--coral-dark); }
.nav-cta {
  background: var(--ink);
  color: white !important;
  padding: 0.5rem 1rem;
  border-radius: var(--radius);
  font-weight: 500;
  font-size: 0.88rem;
}
.nav-cta:hover { background: var(--coral-dark); }

/* Hero */
.hero {
  padding: 5rem 0 4rem;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, var(--coral-tint) 0%, var(--bg) 80%);
}
.hero-eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--coral-dark);
  background: var(--coral-soft);
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  margin-bottom: 1.5rem;
}
.hero h1 {
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  margin-bottom: 1rem;
  max-width: 22ch;
}
.hero .lede {
  font-size: 1.2rem;
  color: var(--body);
  max-width: 60ch;
  margin-bottom: 2rem;
}
.hero-meta {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  font-size: 0.88rem;
  color: var(--muted);
}
.hero-meta strong { color: var(--ink); font-weight: 600; }

/* Sections */
section { padding: 4rem 0; }
section.tight { padding: 2.5rem 0; }
.section-eyebrow {
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--coral-dark);
  margin-bottom: 0.6rem;
}
.section-title { font-size: clamp(1.8rem, 3vw, 2.4rem); margin-bottom: 0.5rem; max-width: 24ch; }
.section-lede { font-size: 1.1rem; color: var(--muted); max-width: 60ch; margin-bottom: 2.5rem; }

/* Cards */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.25rem;
}
.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.6rem;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}
.card:hover { transform: translateY(-2px); box-shadow: var(--shadow); border-color: #DDD; }
.card h3 { margin-top: 0; font-size: 1.1rem; }
.card p { margin: 0.4rem 0; color: var(--body); font-size: 0.95rem; }
.card .pill {
  display: inline-block;
  font-size: 0.72rem;
  background: var(--ocean-soft);
  color: var(--ocean);
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 0.7rem;
}
.card .pill.coral { background: var(--coral-soft); color: var(--coral-dark); }
.card .pill.success { background: #DCFCE7; color: #15803D; }
.card .pill.warning { background: #FEF3C7; color: #B45309; }

/* Initiative numbers */
.initiative {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 1.25rem;
  align-items: flex-start;
}
.initiative-num {
  width: 48px;
  height: 48px;
  background: var(--ink);
  color: white;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.15rem;
  flex-shrink: 0;
}
.initiative h3 { margin-top: 0; }
.initiative .attacks {
  font-size: 0.82rem;
  color: var(--muted);
  margin-bottom: 0.6rem;
  font-style: italic;
}

/* Stats / KPIs */
.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
  margin: 2rem 0;
}
.stat {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.2rem 1.4rem;
}
.stat-value {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--ink);
  line-height: 1;
  margin-bottom: 0.3rem;
}
.stat-value.coral { color: var(--coral-dark); }
.stat-label {
  font-size: 0.82rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.stat small {
  display: block;
  font-size: 0.78rem;
  color: var(--muted);
  margin-top: 0.4rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

/* Tables */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.92rem;
}
th, td {
  text-align: left;
  padding: 0.7rem 0.85rem;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
th {
  background: var(--line-soft);
  font-weight: 600;
  color: var(--ink);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
tr:hover td { background: var(--coral-tint); }

/* Quote / Pull-quote */
.callout {
  background: var(--ocean-soft);
  border-left: 4px solid var(--ocean);
  padding: 1.25rem 1.5rem;
  border-radius: 0 var(--radius) var(--radius) 0;
  margin: 1.5rem 0;
}
.callout.coral {
  background: var(--coral-tint);
  border-left-color: var(--coral);
}
.callout p:last-child { margin-bottom: 0; }
.callout strong { color: var(--ink); }

/* Buttons */
.btn {
  display: inline-block;
  background: var(--coral);
  color: white !important;
  padding: 0.75rem 1.4rem;
  border-radius: var(--radius);
  font-weight: 600;
  border: none;
  font-size: 0.95rem;
  transition: background 120ms ease, transform 120ms ease;
}
.btn:hover { background: var(--coral-dark); transform: translateY(-1px); }
.btn.secondary {
  background: var(--surface);
  color: var(--ink) !important;
  border: 1px solid var(--line);
}
.btn.secondary:hover { background: var(--line-soft); }
.btn.dark { background: var(--ink); }
.btn.dark:hover { background: #000; }
.btn.destruct {
  background: transparent;
  color: #FCA5A5 !important;
  border: 1px solid rgba(220, 38, 38, 0.4);
  font-family: var(--font-mono);
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  cursor: pointer;
}
.btn.destruct:hover {
  background: rgba(220, 38, 38, 0.12);
  border-color: rgba(220, 38, 38, 0.7);
  color: #FECACA !important;
}
.btn-row { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-top: 1.5rem; }

/* Self-destruct modal */
.destruct-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  animation: destructFadeIn 200ms ease;
}
.destruct-modal[hidden] { display: none; }
.destruct-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, 0.78);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.destruct-panel {
  position: relative;
  background: #16181F;
  border: 1px solid rgba(220, 38, 38, 0.25);
  border-radius: var(--radius-lg);
  padding: 2rem;
  max-width: 460px;
  width: 100%;
  color: #E8EAED;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.5);
}
.destruct-panel h2 {
  color: #FFB4AB;
  margin: 0.5rem 0 0.75rem;
  font-size: 1.4rem;
  font-family: var(--font);
}
.destruct-panel p {
  font-size: 0.92rem;
  color: #C9CDD6;
  margin: 0 0 0.75rem;
  max-width: none;
}
.destruct-panel code {
  background: rgba(255, 111, 97, 0.12);
  color: #FFB4AB;
  font-size: 0.85em;
}
.destruct-muted { color: #8B92A0 !important; font-size: 0.85rem !important; }
.destruct-icon {
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 0.4rem;
}
.destruct-label {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8B92A0;
  margin: 1.25rem 0 0.4rem;
  font-weight: 600;
}
#destruct-pin {
  width: 100%;
  background: #0F1116;
  color: #FFB4AB;
  border: 1px solid rgba(255, 111, 97, 0.25);
  border-radius: var(--radius);
  padding: 0.75rem 1rem;
  font-family: var(--font-mono);
  font-size: 1.1rem;
  letter-spacing: 0.4em;
  outline: none;
  transition: border-color 120ms ease;
}
#destruct-pin:focus { border-color: rgba(255, 111, 97, 0.7); }
.destruct-error {
  color: #FCA5A5;
  font-size: 0.85rem;
  margin-top: 0.5rem;
  font-family: var(--font-mono);
}
.destruct-actions {
  display: flex;
  gap: 0.6rem;
  justify-content: flex-end;
  margin-top: 1.5rem;
}
.destruct-actions .btn.secondary {
  background: transparent;
  color: #C9CDD6 !important;
  border-color: rgba(255, 255, 255, 0.15);
}
.destruct-actions .btn.secondary:hover { background: rgba(255, 255, 255, 0.05); }
.destruct-step { text-align: left; }
.destruct-step-countdown,
.destruct-step-firing,
.destruct-step-done { text-align: center; }
.destruct-count {
  font-family: var(--font-mono);
  font-size: 6rem;
  font-weight: 700;
  color: #FF6F61;
  line-height: 1;
  margin: 1rem 0;
  letter-spacing: -0.05em;
  animation: destructTick 1s ease-in-out infinite;
}
.destruct-spin { animation: destructSpin 1s linear infinite; display: inline-block; }
@keyframes destructFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes destructTick {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}
@keyframes destructSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
body.destruct-flash { animation: destructFlash 600ms ease forwards; }
@keyframes destructFlash {
  0%, 100% { background: var(--bg); }
  20%, 80% { background: rgba(220, 38, 38, 0.25); }
}

/* Top-of-page countdown banner */
.destruct-banner {
  position: sticky;
  top: 0;
  z-index: 60;
  background: linear-gradient(90deg, #2A1116 0%, #3A1A1A 50%, #2A1116 100%);
  color: #FECACA;
  font-family: var(--font-mono);
  font-size: 0.85rem;
  border-bottom: 1px solid rgba(220, 38, 38, 0.3);
  padding: 0.55rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  letter-spacing: 0.02em;
  text-align: center;
  flex-wrap: wrap;
}
.destruct-banner-icon {
  display: inline-block;
  animation: destructBlink 1.5s ease-in-out infinite;
}
.destruct-banner-label { color: #FCA5A5; }
.destruct-banner-time {
  color: #FFF;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.05em;
  font-size: 0.95rem;
  background: rgba(220, 38, 38, 0.18);
  padding: 0.15rem 0.55rem;
  border-radius: 4px;
  border: 1px solid rgba(220, 38, 38, 0.35);
}
.destruct-banner-when { color: #C9A99E; font-size: 0.78rem; }
.destruct-banner.urgent .destruct-banner-time { background: rgba(220, 38, 38, 0.4); border-color: #DC2626; }
.destruct-banner.urgent { animation: destructPulse 1.5s ease-in-out infinite; }
@keyframes destructBlink {
  0%, 70%, 100% { opacity: 1; }
  85% { opacity: 0.3; }
}
@keyframes destructPulse {
  0%, 100% { background: linear-gradient(90deg, #2A1116 0%, #3A1A1A 50%, #2A1116 100%); }
  50% { background: linear-gradient(90deg, #3A1116 0%, #5C1A1A 50%, #3A1116 100%); }
}

/* When banner sits above sticky nav, push nav so it doesn't visually collide */
.destruct-banner + .nav { top: 0; }

/* Hide banner on deck */
body.deck .destruct-banner { display: none; }

@media (max-width: 680px) {
  .destruct-banner { font-size: 0.78rem; gap: 0.5rem; padding: 0.5rem 0.75rem; }
  .destruct-banner-when { display: none; }
}

/* Footer */
footer {
  background: var(--ink);
  color: #B8BCC8;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}
footer a { color: #E8EAED; border-color: transparent; }
footer a:hover { color: var(--coral); border-color: var(--coral); }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 2rem;
}
.footer-col h4 { color: white; font-size: 0.78rem; margin-bottom: 0.8rem; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 0.4rem; font-size: 0.9rem; }
.footer-bottom {
  border-top: 1px solid #2A2D38;
  padding-top: 1.5rem;
  font-size: 0.82rem;
  color: #6B7280;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

/* SWOT grid */
.swot-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 2rem 0;
}
.swot-quad {
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  background: var(--surface);
  border: 1px solid var(--line);
}
.swot-quad h3 {
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.05rem;
}
.swot-quad .badge {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  text-align: center;
  line-height: 28px;
  font-weight: 700;
  font-size: 0.85rem;
  color: white;
}
.swot-quad.s .badge { background: var(--success); }
.swot-quad.w .badge { background: var(--warning); }
.swot-quad.o .badge { background: var(--ocean); }
.swot-quad.t .badge { background: var(--danger); }
.swot-quad ul { list-style: none; padding: 0; margin: 0.8rem 0 0; }
.swot-quad li {
  padding: 0.55rem 0;
  border-bottom: 1px solid var(--line-soft);
  font-size: 0.92rem;
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
}
.swot-quad li:last-child { border-bottom: none; }
.swot-quad li code {
  background: var(--line-soft);
  color: var(--ink);
  font-size: 0.78rem;
  flex-shrink: 0;
  padding: 0.1rem 0.4rem;
}

/* Magic quadrant */
.matrix {
  position: relative;
  width: 100%;
  aspect-ratio: 1.4 / 1;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  overflow: hidden;
  margin: 2rem 0;
}
.matrix-quad {
  padding: 1rem;
  border: 1px dashed var(--line);
  position: relative;
  font-size: 0.78rem;
  color: var(--muted);
}
.matrix-quad strong {
  display: block;
  color: var(--ink);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
.matrix-vendor {
  display: inline-block;
  background: var(--line-soft);
  color: var(--body);
  font-size: 0.78rem;
  padding: 0.15rem 0.5rem;
  border-radius: 4px;
  margin: 0.15rem 0.15rem 0 0;
}
.matrix-vendor.coral {
  background: var(--coral);
  color: white;
  font-weight: 700;
}
.matrix-axis-x, .matrix-axis-y {
  position: absolute;
  font-size: 0.72rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
}
.matrix-axis-x { bottom: -28px; left: 50%; transform: translateX(-50%); }
.matrix-axis-y { left: -52px; top: 50%; transform: translateY(-50%) rotate(-90deg); }

/* Timeline */
.timeline {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: var(--line);
}
.timeline-item {
  position: relative;
  padding-bottom: 2rem;
}
.timeline-item::before {
  content: "";
  position: absolute;
  left: -27px;
  top: 6px;
  width: 14px;
  height: 14px;
  background: var(--coral);
  border-radius: 50%;
  box-shadow: 0 0 0 4px var(--coral-tint);
}
.timeline-item h4 {
  margin: 0;
  font-size: 0.78rem;
  color: var(--coral-dark);
  letter-spacing: 0.05em;
}
.timeline-item h3 { margin-top: 0.2rem; font-size: 1.15rem; }

/* Persona / list rows */
.persona-row {
  display: grid;
  grid-template-columns: 1.3fr 1.5fr 2fr 1.5fr;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.92rem;
}
.persona-row:first-of-type {
  font-weight: 600;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--muted);
}

/* Deliverables list */
.deliv {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin: 1.5rem 0;
}
.deliv-col {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.6rem;
}
.deliv-col h3 {
  margin-top: 0;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.deliv-col ul { padding-left: 1.2rem; margin: 0.5rem 0; }
.deliv-col li { margin-bottom: 0.5rem; font-size: 0.93rem; }

/* Presentation deck */
body.deck {
  overflow: hidden;
  background: var(--ink);
}
.deck-frame {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4vh 6vw;
}
.slide {
  display: none;
  width: 100%;
  max-width: 1100px;
  color: white;
  animation: fadeIn 300ms ease;
}
.slide.active { display: block; }
.slide h1 { color: white; font-size: clamp(2.5rem, 5vw, 4rem); }
.slide h2 { color: white; font-size: clamp(1.8rem, 3vw, 2.6rem); margin-top: 0; }
.slide .lede { font-size: 1.3rem; color: #B8BCC8; max-width: 60ch; }
.slide.title { text-align: center; }
.slide.title h1 { font-size: clamp(3rem, 7vw, 5.5rem); margin-bottom: 0.5rem; }
.slide.title .sub {
  color: var(--coral);
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 2rem;
  letter-spacing: 0.01em;
}
.slide.title .author { color: #6B7280; font-size: 1rem; }
.slide .big-num {
  font-size: 8rem;
  font-weight: 700;
  color: var(--coral);
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 1rem;
}
.slide ul { font-size: 1.15rem; line-height: 1.7; color: #D1D5DB; }
.slide ul li { margin-bottom: 0.6rem; }
.slide ul li strong { color: white; }
.deck-controls {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: #6B7280;
  font-size: 0.85rem;
  font-family: var(--font-mono);
}
.deck-controls button {
  background: rgba(255,255,255,0.06);
  color: white;
  border: 1px solid rgba(255,255,255,0.1);
  padding: 0.4rem 0.7rem;
  border-radius: 6px;
  cursor: pointer;
  font-family: var(--font-mono);
}
.deck-controls button:hover { background: rgba(255,255,255,0.12); }
.deck-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: var(--coral);
  transition: width 200ms ease;
  z-index: 100;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 880px) {
  .container, .container-narrow { padding: 0 1.25rem; }
  .nav-inner { padding: 0.7rem 1.25rem; gap: 1rem; }
  .nav-links { gap: 0.8rem; }
  .swot-grid { grid-template-columns: 1fr; }
  .deliv { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .initiative { grid-template-columns: 48px 1fr; gap: 1rem; }
  .persona-row { grid-template-columns: 1fr; gap: 0.3rem; }
  .persona-row:first-of-type { display: none; }
}

/* Print */
@media print {
  .nav, footer, .deck-controls { display: none; }
  body { background: white; }
  section { page-break-inside: avoid; }
}
