:root {
  --background: #f5f1e9;
  --foreground: #102a43;
  --card: #ffffff;
  --card-foreground: #102a43;
  --popover: #ffffff;
  --popover-foreground: #102a43;
  --primary: #e05a43;
  --primary-foreground: #ffffff;
  --secondary: #e8eef2;
  --secondary-foreground: #102a43;
  --muted: #edf1f3;
  --muted-foreground: #647383;
  --accent: #e8eef2;
  --accent-foreground: #102a43;
  --destructive: #b42318;
  --border: #d7dfe4;
  --input: #d7dfe4;
  --ring: #188096;
  --radius: 0.65rem;
  --sidebar: #102a43;
  --sidebar-foreground: #eff6f8;
  --sidebar-primary: #e05a43;
  --sidebar-primary-foreground: #ffffff;
  --sidebar-accent: #1c3a54;
  --sidebar-accent-foreground: #ffffff;
  --sidebar-border: #294861;
  --sidebar-ring: #6fc2cf;
}

.site-shell {
  min-height: 100vh;
}

.static-sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 60;
  display: flex;
  width: 278px;
  flex-direction: column;
  overflow-y: auto;
  background: #102a43;
  color: #eff6f8;
}

.sidebar-brand {
  width: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.nav-block {
  flex: 1;
  padding: 1.1rem 0.75rem;
}

.nav-label {
  display: block;
  padding: 0.55rem 0.75rem 0.65rem;
  color: #7f9bae;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.plan-nav {
  display: grid;
  gap: 0.2rem;
}

.plan-nav button {
  display: flex;
  width: 100%;
  min-height: 2.65rem;
  align-items: center;
  gap: 0.75rem;
  border: 0;
  border-radius: 0.45rem;
  background: transparent;
  padding: 0.65rem 0.8rem;
  color: #dbe7ed;
  cursor: pointer;
  font: inherit;
  font-size: 0.95rem;
  text-align: left;
}

.plan-nav button:hover,
.plan-nav button.active {
  background: #1c3a54;
  color: #fff;
}

.plan-nav button.active {
  box-shadow: inset 3px 0 0 #f2836e;
}

.nav-home {
  width: 0.7rem;
  height: 0.7rem;
  flex: 0 0 auto;
  border: 2px solid currentColor;
  border-radius: 0.15rem;
}

.static-sidebar .sidebar-note {
  margin-top: auto;
}

.workspace-shell {
  min-height: 100vh;
  margin-left: 278px;
}

.menu-button,
.close-sidebar,
.sidebar-scrim {
  display: none;
}

.menu-button,
.close-sidebar {
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid #cbd7dd;
  border-radius: 0.45rem;
  background: #fff;
  color: #102a43;
  cursor: pointer;
  font-size: 1.2rem;
}

.ui-button {
  display: inline-flex;
  min-height: 2.5rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 1px solid #d6533d;
  border-radius: 0.48rem;
  background: #e05a43;
  padding: 0.58rem 0.9rem;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.ui-button:hover {
  background: #c84d39;
}

.ui-button.outline {
  border-color: #c5d1d8;
  background: #fff;
  color: #17364f;
}

.ui-button.outline:hover {
  border-color: #8197a5;
  background: #f4f7f8;
}

.ui-button .button-icon {
  font-size: 1rem;
  line-height: 1;
}
@theme inline {
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --color-card: var(--card);
  --color-card-foreground: var(--card-foreground);
  --color-popover: var(--popover);
  --color-popover-foreground: var(--popover-foreground);
  --color-primary: var(--primary);
  --color-primary-foreground: var(--primary-foreground);
  --color-secondary: var(--secondary);
  --color-secondary-foreground: var(--secondary-foreground);
  --color-muted: var(--muted);
  --color-muted-foreground: var(--muted-foreground);
  --color-accent: var(--accent);
  --color-accent-foreground: var(--accent-foreground);
  --color-destructive: var(--destructive);
  --color-border: var(--border);
  --color-input: var(--input);
  --color-ring: var(--ring);
  --color-sidebar: var(--sidebar);
  --color-sidebar-foreground: var(--sidebar-foreground);
  --color-sidebar-primary: var(--sidebar-primary);
  --color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
  --color-sidebar-accent: var(--sidebar-accent);
  --color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
  --color-sidebar-border: var(--sidebar-border);
  --color-sidebar-ring: var(--sidebar-ring);
  --radius-sm: calc(var(--radius) - 4px);
  --radius-md: calc(var(--radius) - 2px);
  --radius-lg: var(--radius);
  --radius-xl: calc(var(--radius) + 4px);
  --font-sans: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--background);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.plan-sidebar [data-sidebar="sidebar"] {
  background: #102a43;
}

.brand-panel {
  border-bottom: 1px solid #294861;
  padding: 1.4rem 1.15rem 1.25rem;
}

.brand-mark {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
  text-align: left;
}

.brand-mark span {
  color: #f2836e;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.brand-mark strong {
  font-size: 1.25rem;
  letter-spacing: -0.03em;
}

.brand-panel > p {
  margin: 0.35rem 0 0;
  color: #9fb3c4;
  font-size: 0.85rem;
}

.plan-sidebar [data-sidebar="group-label"] {
  color: #7f9bae;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.plan-sidebar [data-sidebar="menu-button"] {
  min-height: 2.65rem;
  color: #dbe7ed;
  font-size: 0.95rem;
}

.plan-sidebar [data-sidebar="menu-button"]:hover,
.plan-sidebar [data-sidebar="menu-button"][data-active="true"] {
  background: #1c3a54;
  color: #fff;
}

.plan-sidebar [data-sidebar="menu-button"][data-active="true"] {
  box-shadow: inset 3px 0 0 #f2836e;
}

.area-dot {
  width: 0.62rem;
  height: 0.62rem;
  flex: 0 0 auto;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgb(255 255 255 / 8%);
}

.sidebar-note {
  border-top: 1px solid #294861;
  padding: 1rem 1.15rem 1.2rem;
}

.sidebar-note span {
  color: #f2836e;
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.sidebar-note p {
  margin: 0.35rem 0 0;
  color: #9fb3c4;
  font-size: 0.78rem;
  line-height: 1.45;
}

.workspace-shell {
  min-width: 0;
  background:
    linear-gradient(90deg, rgb(24 128 150 / 4%) 1px, transparent 1px) 0 0 / 76px 76px,
    #f5f1e9;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  min-height: 4.75rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid #d4dde2;
  background: rgb(255 255 255 / 94%);
  padding: 0.75rem clamp(1rem, 3vw, 2.5rem);
  backdrop-filter: blur(12px);
}

.topbar-title {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.topbar-title > div {
  display: flex;
  flex-direction: column;
}

.topbar-title span {
  color: #647383;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.topbar-title strong {
  color: #102a43;
  font-size: 1.05rem;
}

.topbar-actions,
.deck-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.55rem;
}

.workspace-main {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(1.25rem, 3.5vw, 3rem);
}

.section-label {
  margin: 0 0 0.6rem;
  color: #d6533d;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.overview-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  align-items: end;
  gap: 3rem;
  min-height: 315px;
  border-radius: 1.25rem;
  background: #102a43;
  color: #fff;
  padding: clamp(2rem, 5vw, 4.8rem);
  box-shadow: 0 22px 60px rgb(16 42 67 / 16%);
}

.overview-hero h1,
.area-hero h1 {
  margin: 0;
  font-size: clamp(2.4rem, 5.6vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.overview-hero > div:first-child > p:last-child {
  max-width: 760px;
  margin: 1.25rem 0 0;
  color: #dbe7ed;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}

.hero-index {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  border-left: 1px solid #35556f;
  padding-left: 2rem;
  text-align: right;
}

.hero-index strong {
  color: #f2836e;
  font-size: 5rem;
  line-height: 0.9;
}

.hero-index span {
  margin-top: 0.65rem;
  font-size: 1.2rem;
  font-weight: 700;
}

.hero-index small {
  margin-top: 0.35rem;
  color: #9fb3c4;
  font-size: 0.82rem;
}

.overview-list {
  margin-top: 2rem;
  border-top: 3px solid #102a43;
  background: #fff;
  box-shadow: 0 12px 38px rgb(16 42 67 / 7%);
}

.overview-row {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(180px, 260px) auto;
  align-items: center;
  gap: 1.5rem;
  border-bottom: 1px solid #dfe6ea;
  padding: 1.55rem;
}

.overview-row:last-child {
  border-bottom: 0;
}

.overview-heading {
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
}

.overview-heading span,
.overview-goal > span {
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.overview-heading h2 {
  margin: 0;
  font-size: 1.45rem;
  letter-spacing: -0.03em;
}

.overview-copy > p {
  max-width: 720px;
  margin: 0.35rem 0 0;
  color: #5d6d79;
}

.overview-goal {
  display: flex;
  flex-direction: column;
  border-left: 1px solid #dfe6ea;
  padding-left: 1.4rem;
}

.overview-goal > span {
  color: #7a8995;
}

.overview-goal strong {
  margin-top: 0.15rem;
  color: #102a43;
  font-size: 1.65rem;
  line-height: 1.1;
}

.overview-goal small {
  margin-top: 0.25rem;
  color: #627481;
  font-size: 0.8rem;
}

.area-page {
  --area-accent: #d96147;
}

.area-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  min-height: 330px;
  overflow: hidden;
  border-radius: 1.25rem;
  background: #102a43;
  color: #fff;
  box-shadow: 0 22px 60px rgb(16 42 67 / 15%);
}

.area-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(2rem, 5vw, 4.5rem);
}

.area-hero-copy .section-label {
  color: color-mix(in srgb, var(--area-accent) 78%, white);
}

.area-hero-copy > p:last-child {
  max-width: 710px;
  margin: 1.25rem 0 0;
  color: #dbe7ed;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
}

.strategy-statement {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid #35556f;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--area-accent) 88%, #102a43), #102a43 86%);
  padding: clamp(2rem, 4vw, 3.5rem);
}

.strategy-statement span {
  color: #dbe7ed;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.strategy-statement p {
  margin: 1rem 0 0;
  font-size: clamp(1.18rem, 2vw, 1.65rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.025em;
}

.goal-section,
.priorities-section,
.portfolio-section,
.roadmap-section,
.deck-section {
  margin-top: 2rem;
  border-top: 3px solid #102a43;
  background: #fff;
  padding: clamp(1.4rem, 3vw, 2.5rem);
  box-shadow: 0 12px 38px rgb(16 42 67 / 7%);
}

.goal-section {
  border-top-color: var(--area-accent);
}

.section-heading,
.deck-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}

.section-heading h2,
.portfolio-section h2,
.deck-heading h2 {
  margin: 0;
  font-size: clamp(1.55rem, 2.5vw, 2.2rem);
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.section-heading > svg {
  width: 2.2rem;
  height: 2.2rem;
  color: var(--area-accent);
}

.section-heading.compact {
  margin-bottom: 1.4rem;
}

.goal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  margin-top: 1.5rem;
  border-top: 1px solid #dfe6ea;
  border-left: 1px solid #dfe6ea;
}

.goal-grid article {
  min-height: 170px;
  border-right: 1px solid #dfe6ea;
  border-bottom: 1px solid #dfe6ea;
  padding: 1.25rem;
}

.goal-grid article > strong {
  display: block;
  color: #102a43;
  font-size: clamp(2rem, 3.5vw, 3.15rem);
  font-variant-numeric: lining-nums tabular-nums;
  line-height: 1;
  letter-spacing: -0.055em;
  white-space: nowrap;
}

.goal-grid .goal-kicker {
  display: block;
  margin-top: 0.75rem;
  color: var(--area-accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.goal-grid article.tier-one-goal > strong {
  font-size: clamp(1.8rem, 3vw, 2.75rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  white-space: normal;
}

.goal-grid article > p {
  margin: 0.65rem 0 0;
  color: #526572;
  font-weight: 700;
  line-height: 1.35;
}

.goal-grid article.primary-goal {
  background: color-mix(in srgb, var(--area-accent) 8%, white);
}

.goal-grid article.primary-goal > strong {
  color: var(--area-accent);
}

.audience-strip {
  display: grid;
  grid-template-columns: 180px 1fr;
  align-items: start;
  gap: 1.5rem;
  margin-top: 2rem;
  border-left: 5px solid var(--area-accent);
  background: #e8eef2;
  padding: 1.5rem 1.8rem;
}

.audience-strip span {
  color: #526572;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.audience-strip p {
  margin: 0;
  color: #17364f;
  font-size: 1.05rem;
  font-weight: 600;
}

.plan-columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2rem;
}

.priority-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.priority-list li {
  border-top: 1px solid #dfe6ea;
  padding: 1rem 0;
}

.priority-list li:first-child {
  border-top: 0;
}

.priority-list p {
  margin: 0;
  color: #17364f;
  font-weight: 700;
}

.initiative-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.45rem;
}

.initiative-list > span {
  border: 1px solid #cbd7dd;
  border-radius: 999px;
  background: #f7f9fa;
  padding: 0.45rem 0.8rem;
  color: #26475f;
  font-size: 0.84rem;
  font-weight: 700;
}

.dependency-block {
  margin-top: 2rem;
  border-top: 1px solid #dfe6ea;
  padding-top: 1.3rem;
}

.dependency-block > span {
  color: #7a8995;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.dependency-block ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 1rem;
  margin: 0.8rem 0 0;
  padding-left: 1.05rem;
}

.dependency-block li {
  color: #526572;
  font-size: 0.88rem;
}

.roadmap-line {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #cfdade;
}

.roadmap-line article {
  position: relative;
  min-height: 145px;
  border-right: 1px solid #dfe6ea;
  padding: 1.25rem;
}

.roadmap-line article:last-child {
  border-right: 0;
}

.roadmap-line article::before {
  position: absolute;
  top: -5px;
  left: 1.25rem;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--area-accent);
  content: "";
}

.roadmap-line span {
  color: var(--area-accent);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.roadmap-line p {
  margin: 0.75rem 0 0;
  color: #26475f;
  font-weight: 700;
  line-height: 1.4;
}

.deck-section {
  overflow: hidden;
  border-top-color: var(--area-accent);
}

.deck-heading {
  align-items: center;
  margin-bottom: 1.5rem;
}

.deck-heading > div:first-child > p:last-child {
  margin: 0.55rem 0 0;
  color: #647383;
}

.slide-stage {
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 56px;
  align-items: center;
  gap: 1rem;
  border-radius: 0.9rem;
  background: #091d2d;
  padding: 1.2rem;
}

.slide-stage figure {
  margin: 0;
}

.slide-stage figure > img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.35rem;
  background: #fff;
  box-shadow: 0 15px 40px rgb(0 0 0 / 28%);
}

.slide-stage figcaption {
  display: flex;
  justify-content: center;
  gap: 0.35rem;
  padding-top: 0.8rem;
  color: #dbe7ed;
  font-size: 0.84rem;
  font-weight: 700;
}

.slide-stage figcaption small {
  color: #8da5b5;
  font-size: inherit;
}

.slide-nav {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid #35556f;
  border-radius: 50%;
  background: #17364f;
  color: #fff;
  transition: background 160ms ease, transform 160ms ease;
}

.slide-nav:hover:not(:disabled) {
  background: var(--area-accent);
  transform: scale(1.04);
}

.slide-nav:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.thumbnail-strip {
  display: flex;
  gap: 0.7rem;
  margin-top: 0.9rem;
  overflow-x: auto;
  padding: 0.35rem 0 0.8rem;
  scrollbar-width: thin;
}

.thumbnail-strip button {
  position: relative;
  width: 132px;
  flex: 0 0 132px;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 0.45rem;
  background: #dce5e9;
  padding: 0;
  opacity: 0.72;
}

.thumbnail-strip button:hover,
.thumbnail-strip button.active {
  border-color: var(--area-accent);
  opacity: 1;
}

.thumbnail-strip img {
  display: block;
  width: 100%;
  height: auto;
}

.thumbnail-strip button > span {
  position: absolute;
  right: 0.25rem;
  bottom: 0.25rem;
  min-width: 1.35rem;
  border-radius: 0.25rem;
  background: rgb(9 29 45 / 88%);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.35rem;
}

@media (max-width: 1080px) {
  .overview-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .overview-goal {
    grid-column: 1;
    border-left: 0;
    padding-left: 0;
  }

  .area-hero {
    grid-template-columns: 1fr;
  }

  .strategy-statement {
    border-top: 1px solid #35556f;
    border-left: 0;
  }

  .plan-columns {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media (max-width: 760px) {
  .static-sidebar {
    transform: translateX(-100%);
    transition: transform 180ms ease;
  }

  body.sidebar-open {
    overflow: hidden;
  }

  body.sidebar-open .static-sidebar {
    transform: translateX(0);
  }

  .workspace-shell {
    margin-left: 0;
  }

  .menu-button,
  .close-sidebar {
    display: grid;
  }

  .close-sidebar {
    position: absolute;
    top: 1rem;
    right: 0.8rem;
    border-color: #35556f;
    background: #17364f;
    color: #fff;
  }

  .sidebar-scrim {
    position: fixed;
    inset: 0;
    z-index: 50;
    background: rgb(9 29 45 / 55%);
  }

  body.sidebar-open .sidebar-scrim {
    display: block;
  }

  .topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .topbar-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .workspace-main {
    padding: 1rem;
  }

  .overview-hero {
    grid-template-columns: 1fr;
    gap: 2rem;
    min-height: auto;
    padding: 2rem;
  }

  .overview-hero h1,
  .area-hero h1 {
    font-size: clamp(2.5rem, 13vw, 4rem);
  }

  .hero-index {
    align-items: flex-start;
    border-top: 1px solid #35556f;
    border-left: 0;
    padding-top: 1.3rem;
    padding-left: 0;
    text-align: left;
  }

  .hero-index strong {
    font-size: 3.6rem;
  }

  .overview-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.8rem;
    padding: 1.25rem;
  }

  .overview-row > button {
    grid-column: 1;
    justify-self: start;
  }

  .overview-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.2rem;
  }

  .area-hero-copy,
  .strategy-statement {
    padding: 2rem;
  }

  .goal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .goal-grid article {
    min-height: 150px;
  }

  .audience-strip {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .dependency-block ul {
    grid-template-columns: 1fr;
  }

  .roadmap-line {
    grid-template-columns: 1fr;
    border-top: 0;
  }

  .roadmap-line article {
    min-height: 0;
    border-top: 1px solid #dfe6ea;
    border-right: 0;
  }

  .deck-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .deck-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .slide-stage {
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    gap: 0.4rem;
    padding: 0.65rem;
  }

  .slide-nav {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 480px) {
  .topbar-actions a,
  .topbar-actions button {
    flex: 1;
  }

  .goal-grid {
    grid-template-columns: 1fr;
  }

  .slide-stage {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .slide-stage figure {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .slide-nav {
    width: 100%;
    border-radius: 0.45rem;
  }

  .slide-nav.previous {
    grid-column: 1;
  }

  .slide-nav.next {
    grid-column: 2;
  }
}

@media print {
  .static-sidebar,
  .sidebar-scrim,
  .topbar,
  .deck-section {
    display: none !important;
  }

  .workspace-shell {
    margin-left: 0;
  }

  .workspace-main {
    max-width: none;
    padding: 0;
  }

  .area-hero,
  .goal-section,
  .priorities-section,
  .portfolio-section,
  .roadmap-section {
    box-shadow: none;
  }
}
